Html Css Color HEX #0E1012 Black Pearl

📋 copy color: '#0E1012'

red 14 ◦ green 16 ◦ blue 18

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

Shades of Black Pearl #0E1012

Tints of Black Pearl #0E1012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 37.5%

R = 29.17%
G = 33.33%
B = 37.5%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0E1012 (or 0x0E1012) is known color: Black Pearl. HEX triplet: 0E, 10 and 12. RGB value is (14,16,18). Sum of RGB (Red+Green+Blue) = 14+16+18=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 18 - color contains mainly: blue. Hex color #0E1012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1012 is #F1EFED. Grayscale: #0F0F0F. Windows color (decimal): -15855598 or 1183758. OLE color: 1183758.

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

Color convert

RGB 14 16 18 -
CMYK 0.22 0.11 0 0.93
HSL 210º 0.13% 0.06% -
HSV(B) 210º 0.22% 0.07% -
XYZ 0.48 0.51 0.65 -
YUV 15.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 14 16 18 0.22 0.11 0 0.93 210 0.13 0.06
Hex E 10 12 16 B 0 5D D2 C 6
Octal 16 20 22 26 13 0 135 322 14 6
Binary 1110 10000 10010 10110 1011 0 1011101 11010010 1100 110

Color Harmonies of #0E1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1012

Black with #0E1012

Text Example


Text Example

White with #0E1012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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