Html Css Color HEX #0B1112 Black Pearl

📋 copy color: '#0B1112'

red 11 ◦ green 17 ◦ blue 18

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

Shades of Black Pearl #0B1112

Tints of Black Pearl #0B1112

RGB

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

 GREEN value IS 17 (7.03% from 255) = 36.96%

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

R = 23.91%
G = 36.96%
B = 39.13%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0B1112 (or 0x0B1112) is known color: Black Pearl. HEX triplet: 0B, 11 and 12. RGB value is (11,17,18). Sum of RGB (Red+Green+Blue) = 11+17+18=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 18 - color contains mainly: blue. Hex color #0B1112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1112 is #F4EEED. Grayscale: #0F0F0F. Windows color (decimal): -16051950 or 1184011. OLE color: 1184011.

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

Color convert

RGB 11 17 18 -
CMYK 0.39 0.06 0 0.93
HSL 188.57º 0.24% 0.06% -
HSV(B) 188.57º 0.39% 0.07% -
XYZ 0.45 0.52 0.65 -
YUV 15.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 11 17 18 0.39 0.06 0 0.93 188.57 0.24 0.06
Hex B 11 12 27 6 0 5D BD 18 6
Octal 13 21 22 47 6 0 135 275 30 6
Binary 1011 10001 10010 100111 110 0 1011101 10111101 11000 110

Color Harmonies of #0B1112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1112

Black with #0B1112

Text Example


Text Example

White with #0B1112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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