Html Css Color HEX #010914 Black Pearl

📋 copy color: '#010914'

red 1 ◦ green 9 ◦ blue 20

#010914
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #010914

Tints of Black Pearl #010914

RGB

 RED value IS 1 (0.78% from 255) = 3.33%

 GREEN value IS 9 (3.91% from 255) = 30%

 BLUE value IS 20 (8.2% from 255) = 66.67%

R = 3.33%
G = 30%
B = 66.67%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.92

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#010914 (or 0x010914) is known color: Black Pearl. HEX triplet: 01, 09 and 14. RGB value is (1,9,20). Sum of RGB (Red+Green+Blue) = 1+9+20=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 20 (8.20% from 255 or 66.67% from 30); Max value from RGB is 20 - color contains mainly: blue. Hex color #010914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010914 is #FEF6EB. Grayscale: #070707. Windows color (decimal): -16709356 or 1313025. OLE color: 1313025.

HSL color Cylindrical-coordinate representation of color #010914: hue angle of 214.74º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010914 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 9 20 -
CMYK 0.95 0.55 0 0.92
HSL 214.74º 0.9% 0.04% -
HSV(B) 214.74º 0.95% 0.08% -
XYZ 0.24 0.25 0.7 -
YUV 7.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 1 9 20 0.95 0.55 0 0.92 214.74 0.9 0.04
Hex 1 9 14 5F 37 0 5C D7 5A 4
Octal 1 11 24 137 67 0 134 327 132 4
Binary 1 1001 10100 1011111 110111 0 1011100 11010111 1011010 100

Color Harmonies of #010914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010914

Black with #010914

Text Example


Text Example

White with #010914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010914; }

 p { color: rgb(1,9,20); }

 H1.HeaderClassName
 {
   color: #010914;
 }
 .AnyTagClassName
 {
   color: #010914;
 }
</style>

background-color css

<style>
 a { background-color: #010914; }

 a { background-color: rgb(1,9,20); }

 div.DivClassName
 {
   background-color: #010914;
 }
 .BgClassName
 {
   background-color: #010914;
 }
</style>

border-color css

<style>
 span { border-color: #010914; }

 span { border-color: rgb(1,9,20); }

 td.TdClassName
 {
   border-color: #010914;
 }
 .TagClassName
 {
   border-color: #010914;
 }
</style>