Html Css Color HEX #0B1115 Black Pearl

📋 copy color: '#0B1115'

red 11 ◦ green 17 ◦ blue 21

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

Shades of Black Pearl #0B1115

Tints of Black Pearl #0B1115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 42.86%

R = 22.45%
G = 34.69%
B = 42.86%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0B1115 (or 0x0B1115) is known color: Black Pearl. HEX triplet: 0B, 11 and 15. RGB value is (11,17,21). Sum of RGB (Red+Green+Blue) = 11+17+21=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B1115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1115 is #F4EEEA. Grayscale: #0F0F0F. Windows color (decimal): -16051947 or 1380619. OLE color: 1380619.

HSL color Cylindrical-coordinate representation of color #0B1115: hue angle of 204º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0B1115 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 11 17 21 -
CMYK 0.48 0.19 0 0.92
HSL 204º 0.31% 0.06% -
HSV(B) 204º 0.48% 0.08% -
XYZ 0.47 0.53 0.79 -
YUV 15.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 11 17 21 0.48 0.19 0 0.92 204 0.31 0.06
Hex B 11 15 30 13 0 5C CC 1F 6
Octal 13 21 25 60 23 0 134 314 37 6
Binary 1011 10001 10101 110000 10011 0 1011100 11001100 11111 110

Color Harmonies of #0B1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1115

Black with #0B1115

Text Example


Text Example

White with #0B1115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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