Html Css Color HEX #0B1317 Black Pearl

📋 copy color: '#0B1317'

red 11 ◦ green 19 ◦ blue 23

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

Shades of Black Pearl #0B1317

Tints of Black Pearl #0B1317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.85%

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

R = 20.75%
G = 35.85%
B = 43.4%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B1317 (or 0x0B1317) is known color: Black Pearl. HEX triplet: 0B, 13 and 17. RGB value is (11,19,23). Sum of RGB (Red+Green+Blue) = 11+19+23=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 23 (9.38% from 255 or 43.40% from 53); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B1317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1317 is #F4ECE8. Grayscale: #111111. Windows color (decimal): -16051433 or 1512203. OLE color: 1512203.

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

Color convert

RGB 11 19 23 -
CMYK 0.52 0.17 0 0.91
HSL 200º 0.35% 0.07% -
HSV(B) 200º 0.52% 0.09% -
XYZ 0.53 0.6 0.9 -
YUV 17.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 11 19 23 0.52 0.17 0 0.91 200 0.35 0.07
Hex B 13 17 34 11 0 5B C8 23 7
Octal 13 23 27 64 21 0 133 310 43 7
Binary 1011 10011 10111 110100 10001 0 1011011 11001000 100011 111

Color Harmonies of #0B1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1317

Black with #0B1317

Text Example


Text Example

White with #0B1317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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