Html Css Color HEX #0E1011 Black Pearl

📋 copy color: '#0E1011'

red 14 ◦ green 16 ◦ blue 17

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

Shades of Black Pearl #0E1011

Tints of Black Pearl #0E1011

RGB

 RED value IS 14 (5.86% from 255) = 29.79%

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

 BLUE value IS 17 (7.03% from 255) = 36.17%

R = 29.79%
G = 34.04%
B = 36.17%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0E1011 (or 0x0E1011) is known color: Black Pearl. HEX triplet: 0E, 10 and 11. RGB value is (14,16,17). Sum of RGB (Red+Green+Blue) = 14+16+17=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 17 - color contains mainly: blue. Hex color #0E1011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1011 is #F1EFEE. Grayscale: #0F0F0F. Windows color (decimal): -15855599 or 1118222. OLE color: 1118222.

HSL color Cylindrical-coordinate representation of color #0E1011: hue angle of 200º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #0E1011 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 14 16 17 -
CMYK 0.18 0.06 0 0.93
HSL 200º 0.1% 0.06% -
HSV(B) 200º 0.18% 0.07% -
XYZ 0.47 0.5 0.6 -
YUV 15.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 14 16 17 0.18 0.06 0 0.93 200 0.1 0.06
Hex E 10 11 12 6 0 5D C8 A 6
Octal 16 20 21 22 6 0 135 310 12 6
Binary 1110 10000 10001 10010 110 0 1011101 11001000 1010 110

Color Harmonies of #0E1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1011

Black with #0E1011

Text Example


Text Example

White with #0E1011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,16,17); }

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

background-color css

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

 a { background-color: rgb(14,16,17); }

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

border-color css

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

 span { border-color: rgb(14,16,17); }

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