Html Css Color HEX #011214 Black Pearl

📋 copy color: '#011214'

red 1 ◦ green 18 ◦ blue 20

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

Shades of Black Pearl #011214

Tints of Black Pearl #011214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 46.15%

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

R = 2.56%
G = 46.15%
B = 51.28%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#011214 (or 0x011214) is known color: Black Pearl. HEX triplet: 01, 12 and 14. RGB value is (1,18,20). Sum of RGB (Red+Green+Blue) = 1+18+20=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #011214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011214 is #FEEDEB. Grayscale: #0D0D0D. Windows color (decimal): -16707052 or 1315329. OLE color: 1315329.

HSL color Cylindrical-coordinate representation of color #011214: hue angle of 186.32º 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 #011214 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 18 20 -
CMYK 0.95 0.10 0 0.92
HSL 186.32º 0.9% 0.04% -
HSV(B) 186.32º 0.95% 0.08% -
XYZ 0.36 0.49 0.74 -
YUV 13.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 1 18 20 0.95 0.10 0 0.92 186.32 0.9 0.04
Hex 1 12 14 5F A 0 5C BA 5A 4
Octal 1 22 24 137 12 0 134 272 132 4
Binary 1 10010 10100 1011111 1010 0 1011100 10111010 1011010 100

Color Harmonies of #011214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011214

Black with #011214

Text Example


Text Example

White with #011214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011214; }

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

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

background-color css

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

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

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

border-color css

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

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

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