Html Css Color HEX #0B1017 Black Pearl

📋 copy color: '#0B1017'

red 11 ◦ green 16 ◦ blue 23

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

Shades of Black Pearl #0B1017

Tints of Black Pearl #0B1017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 32%

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

R = 22%
G = 32%
B = 46%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B1017 (or 0x0B1017) is known color: Black Pearl. HEX triplet: 0B, 10 and 17. RGB value is (11,16,23). Sum of RGB (Red+Green+Blue) = 11+16+23=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B1017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1017 is #F4EFE8. Grayscale: #0F0F0F. Windows color (decimal): -16052201 or 1511435. OLE color: 1511435.

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

Color convert

RGB 11 16 23 -
CMYK 0.52 0.30 0 0.91
HSL 215º 0.35% 0.07% -
HSV(B) 215º 0.52% 0.09% -
XYZ 0.48 0.5 0.88 -
YUV 15.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 11 16 23 0.52 0.30 0 0.91 215 0.35 0.07
Hex B 10 17 34 1E 0 5B D7 23 7
Octal 13 20 27 64 36 0 133 327 43 7
Binary 1011 10000 10111 110100 11110 0 1011011 11010111 100011 111

Color Harmonies of #0B1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1017

Black with #0B1017

Text Example


Text Example

White with #0B1017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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