Html Css Color HEX #000B18 Black Pearl

📋 copy color: '#000B18'

red 0 ◦ green 11 ◦ blue 24

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

Shades of Black Pearl #000B18

Tints of Black Pearl #000B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 68.57%

R = 0%
G = 31.43%
B = 68.57%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#000B18 (or 0x000B18) is known color: Black Pearl. HEX triplet: 00, 0B and 18. RGB value is (0,11,24). Sum of RGB (Red+Green+Blue) = 0+11+24=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 24 (9.77% from 255 or 68.57% from 35); Max value from RGB is 24 - color contains mainly: blue. Hex color #000B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000B18 is #FFF4E7. Grayscale: #090909. Windows color (decimal): -16774376 or 1575680. OLE color: 1575680.

HSL color Cylindrical-coordinate representation of color #000B18: hue angle of 212.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B18 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 11 24 -
CMYK 1 0.54 0 0.91
HSL 212.5º 1% 0.05% -
HSV(B) 212.5º 1% 0.09% -
XYZ 0.28 0.31 0.91 -
YUV 9.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 0 11 24 1 0.54 0 0.91 212.5 1 0.05
Hex 0 B 18 64 36 0 5B D4 64 5
Octal 0 13 30 144 66 0 133 324 144 5
Binary 0 1011 11000 1100100 110110 0 1011011 11010100 1100100 101

Color Harmonies of #000B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B18

Black with #000B18

Text Example


Text Example

White with #000B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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