Html Css Color HEX #0B1518 Black Pearl

📋 copy color: '#0B1518'

red 11 ◦ green 21 ◦ blue 24

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

Shades of Black Pearl #0B1518

Tints of Black Pearl #0B1518

RGB

 RED value IS 11 (4.69% from 255) = 19.64%

 GREEN value IS 21 (8.59% from 255) = 37.5%

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

R = 19.64%
G = 37.5%
B = 42.86%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B1518 (or 0x0B1518) is known color: Black Pearl. HEX triplet: 0B, 15 and 18. RGB value is (11,21,24). Sum of RGB (Red+Green+Blue) = 11+21+24=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B1518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1518 is #F4EAE7. Grayscale: #121212. Windows color (decimal): -16050920 or 1578251. OLE color: 1578251.

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

Color convert

RGB 11 21 24 -
CMYK 0.54 0.13 0 0.91
HSL 193.85º 0.37% 0.07% -
HSV(B) 193.85º 0.54% 0.09% -
XYZ 0.57 0.67 0.96 -
YUV 18.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 11 21 24 0.54 0.13 0 0.91 193.85 0.37 0.07
Hex B 15 18 36 D 0 5B C2 25 7
Octal 13 25 30 66 15 0 133 302 45 7
Binary 1011 10101 11000 110110 1101 0 1011011 11000010 100101 111

Color Harmonies of #0B1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1518

Black with #0B1518

Text Example


Text Example

White with #0B1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B1518; }

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

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

background-color css

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

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

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

border-color css

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

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

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