Html Css Color HEX #0B1217 Black Pearl

📋 copy color: '#0B1217'

red 11 ◦ green 18 ◦ blue 23

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

Shades of Black Pearl #0B1217

Tints of Black Pearl #0B1217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 34.62%

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

R = 21.15%
G = 34.62%
B = 44.23%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B1217 (or 0x0B1217) is known color: Black Pearl. HEX triplet: 0B, 12 and 17. RGB value is (11,18,23). Sum of RGB (Red+Green+Blue) = 11+18+23=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B1217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1217 is #F4EDE8. Grayscale: #101010. Windows color (decimal): -16051689 or 1511947. OLE color: 1511947.

HSL color Cylindrical-coordinate representation of color #0B1217: hue angle of 205º 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 #0B1217 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 18 23 -
CMYK 0.52 0.22 0 0.91
HSL 205º 0.35% 0.07% -
HSV(B) 205º 0.52% 0.09% -
XYZ 0.51 0.57 0.89 -
YUV 16.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 11 18 23 0.52 0.22 0 0.91 205 0.35 0.07
Hex B 12 17 34 16 0 5B CD 23 7
Octal 13 22 27 64 26 0 133 315 43 7
Binary 1011 10010 10111 110100 10110 0 1011011 11001101 100011 111

Color Harmonies of #0B1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1217

Black with #0B1217

Text Example


Text Example

White with #0B1217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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