Html Css Color HEX #010912 Black Pearl

📋 copy color: '#010912'

red 1 ◦ green 9 ◦ blue 18

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

Shades of Black Pearl #010912

Tints of Black Pearl #010912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 64.29%

R = 3.57%
G = 32.14%
B = 64.29%

CMYK

 C value IS 0.94

 M value IS 0.5

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010912 (or 0x010912) is known color: Black Pearl. HEX triplet: 01, 09 and 12. RGB value is (1,9,18). Sum of RGB (Red+Green+Blue) = 1+9+18=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 18 (7.42% from 255 or 64.29% from 28); Max value from RGB is 18 - color contains mainly: blue. Hex color #010912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010912 is #FEF6ED. Grayscale: #070707. Windows color (decimal): -16709358 or 1181953. OLE color: 1181953.

HSL color Cylindrical-coordinate representation of color #010912: hue angle of 211.76º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010912 is Cyan = 0.94, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 9 18 -
CMYK 0.94 0.5 0 0.93
HSL 211.76º 0.89% 0.04% -
HSV(B) 211.76º 0.94% 0.07% -
XYZ 0.22 0.25 0.61 -
YUV 7.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 1 9 18 0.94 0.5 0 0.93 211.76 0.89 0.04
Hex 1 9 12 5E 32 0 5D D4 59 4
Octal 1 11 22 136 62 0 135 324 131 4
Binary 1 1001 10010 1011110 110010 0 1011101 11010100 1011001 100

Color Harmonies of #010912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010912

Black with #010912

Text Example


Text Example

White with #010912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010912; }

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

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

background-color css

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

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

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

border-color css

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

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

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