Html Css Color HEX #0E1718 Black Pearl

📋 copy color: '#0E1718'

red 14 ◦ green 23 ◦ blue 24

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

Shades of Black Pearl #0E1718

Tints of Black Pearl #0E1718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 37.7%

 BLUE value IS 24 (9.77% from 255) = 39.34%

R = 22.95%
G = 37.7%
B = 39.34%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E1718 (or 0x0E1718) is known color: Black Pearl. HEX triplet: 0E, 17 and 18. RGB value is (14,23,24). Sum of RGB (Red+Green+Blue) = 14+23+24=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E1718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1718 is #F1E8E7. Grayscale: #141414. Windows color (decimal): -15853800 or 1578766. OLE color: 1578766.

HSL color Cylindrical-coordinate representation of color #0E1718: hue angle of 186º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0E1718 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 23 24 -
CMYK 0.42 0.04 0 0.91
HSL 186º 0.26% 0.07% -
HSV(B) 186º 0.42% 0.09% -
XYZ 0.65 0.77 0.98 -
YUV 20.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 14 23 24 0.42 0.04 0 0.91 186 0.26 0.07
Hex E 17 18 2A 4 0 5B BA 1A 7
Octal 16 27 30 52 4 0 133 272 32 7
Binary 1110 10111 11000 101010 100 0 1011011 10111010 11010 111

Color Harmonies of #0E1718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1718

Black with #0E1718

Text Example


Text Example

White with #0E1718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,23,24); }

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

background-color css

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

 a { background-color: rgb(14,23,24); }

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

border-color css

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

 span { border-color: rgb(14,23,24); }

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