Html Css Color HEX #0B1417 Black Pearl

📋 copy color: '#0B1417'

red 11 ◦ green 20 ◦ blue 23

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

Shades of Black Pearl #0B1417

Tints of Black Pearl #0B1417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 37.04%

 BLUE value IS 23 (9.38% from 255) = 42.59%

R = 20.37%
G = 37.04%
B = 42.59%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B1417 (or 0x0B1417) is known color: Black Pearl. HEX triplet: 0B, 14 and 17. RGB value is (11,20,23). Sum of RGB (Red+Green+Blue) = 11+20+23=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B1417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1417 is #F4EBE8. Grayscale: #111111. Windows color (decimal): -16051177 or 1512459. OLE color: 1512459.

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

Color convert

RGB 11 20 23 -
CMYK 0.52 0.13 0 0.91
HSL 195º 0.35% 0.07% -
HSV(B) 195º 0.52% 0.09% -
XYZ 0.54 0.63 0.9 -
YUV 17.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 11 20 23 0.52 0.13 0 0.91 195 0.35 0.07
Hex B 14 17 34 D 0 5B C3 23 7
Octal 13 24 27 64 15 0 133 303 43 7
Binary 1011 10100 10111 110100 1101 0 1011011 11000011 100011 111

Color Harmonies of #0B1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1417

Black with #0B1417

Text Example


Text Example

White with #0B1417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,20,23); }

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

background-color css

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

 a { background-color: rgb(11,20,23); }

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

border-color css

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

 span { border-color: rgb(11,20,23); }

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