Html Css Color HEX #000B12 Black Pearl

📋 copy color: '#000B12'

red 0 ◦ green 11 ◦ blue 18

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

Shades of Black Pearl #000B12

Tints of Black Pearl #000B12

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 11 (4.69% from 255) = 37.93%

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

R = 0%
G = 37.93%
B = 62.07%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#000B12 (or 0x000B12) is known color: Black Pearl. HEX triplet: 00, 0B and 12. RGB value is (0,11,18). Sum of RGB (Red+Green+Blue) = 0+11+18=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 11 (4.69% from 255 or 37.93% from 29); Blue value is 18 (7.42% from 255 or 62.07% from 29); Max value from RGB is 18 - color contains mainly: blue. Hex color #000B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000B12 is #FFF4ED. Grayscale: #080808. Windows color (decimal): -16774382 or 1182464. OLE color: 1182464.

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

Color convert

RGB 0 11 18 -
CMYK 1 0.39 0 0.93
HSL 203.33º 1% 0.04% -
HSV(B) 203.33º 1% 0.07% -
XYZ 0.23 0.28 0.61 -
YUV 8.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 0 11 18 1 0.39 0 0.93 203.33 1 0.04
Hex 0 B 12 64 27 0 5D CB 64 4
Octal 0 13 22 144 47 0 135 313 144 4
Binary 0 1011 10010 1100100 100111 0 1011101 11001011 1100100 100

Color Harmonies of #000B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B12

Black with #000B12

Text Example


Text Example

White with #000B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000B12; }

 p { color: rgb(0,11,18); }

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

background-color css

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

 a { background-color: rgb(0,11,18); }

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

border-color css

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

 span { border-color: rgb(0,11,18); }

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