Html Css Color HEX #0B1117 Black Pearl

📋 copy color: '#0B1117'

red 11 ◦ green 17 ◦ blue 23

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

Shades of Black Pearl #0B1117

Tints of Black Pearl #0B1117

RGB

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

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

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

R = 21.57%
G = 33.33%
B = 45.1%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B1117 (or 0x0B1117) is known color: Black Pearl. HEX triplet: 0B, 11 and 17. RGB value is (11,17,23). Sum of RGB (Red+Green+Blue) = 11+17+23=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B1117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1117 is #F4EEE8. Grayscale: #0F0F0F. Windows color (decimal): -16051945 or 1511691. OLE color: 1511691.

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

Color convert

RGB 11 17 23 -
CMYK 0.52 0.26 0 0.91
HSL 210º 0.35% 0.07% -
HSV(B) 210º 0.52% 0.09% -
XYZ 0.49 0.53 0.89 -
YUV 15.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 11 17 23 0.52 0.26 0 0.91 210 0.35 0.07
Hex B 11 17 34 1A 0 5B D2 23 7
Octal 13 21 27 64 32 0 133 322 43 7
Binary 1011 10001 10111 110100 11010 0 1011011 11010010 100011 111

Color Harmonies of #0B1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1117

Black with #0B1117

Text Example


Text Example

White with #0B1117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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