Html Css Color HEX #0B1014 Black Pearl

📋 copy color: '#0B1014'

red 11 ◦ green 16 ◦ blue 20

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

Shades of Black Pearl #0B1014

Tints of Black Pearl #0B1014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 42.55%

R = 23.4%
G = 34.04%
B = 42.55%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0B1014 (or 0x0B1014) is known color: Black Pearl. HEX triplet: 0B, 10 and 14. RGB value is (11,16,20). Sum of RGB (Red+Green+Blue) = 11+16+20=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B1014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1014 is #F4EFEB. Grayscale: #0E0E0E. Windows color (decimal): -16052204 or 1314827. OLE color: 1314827.

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

Color convert

RGB 11 16 20 -
CMYK 0.45 0.20 0 0.92
HSL 206.67º 0.29% 0.06% -
HSV(B) 206.67º 0.45% 0.08% -
XYZ 0.45 0.49 0.73 -
YUV 14.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 11 16 20 0.45 0.20 0 0.92 206.67 0.29 0.06
Hex B 10 14 2D 14 0 5C CF 1D 6
Octal 13 20 24 55 24 0 134 317 35 6
Binary 1011 10000 10100 101101 10100 0 1011100 11001111 11101 110

Color Harmonies of #0B1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1014

Black with #0B1014

Text Example


Text Example

White with #0B1014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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