Html Css Color HEX #0E1415 Black Pearl

📋 copy color: '#0E1415'

red 14 ◦ green 20 ◦ blue 21

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

Shades of Black Pearl #0E1415

Tints of Black Pearl #0E1415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 36.36%

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

R = 25.45%
G = 36.36%
B = 38.18%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0E1415 (or 0x0E1415) is known color: Black Pearl. HEX triplet: 0E, 14 and 15. RGB value is (14,20,21). Sum of RGB (Red+Green+Blue) = 14+20+21=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E1415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1415 is #F1EBEA. Grayscale: #121212. Windows color (decimal): -15854571 or 1381390. OLE color: 1381390.

HSL color Cylindrical-coordinate representation of color #0E1415: hue angle of 188.57º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0E1415 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 20 21 -
CMYK 0.33 0.05 0 0.92
HSL 188.57º 0.2% 0.07% -
HSV(B) 188.57º 0.33% 0.08% -
XYZ 0.57 0.65 0.8 -
YUV 18.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 14 20 21 0.33 0.05 0 0.92 188.57 0.2 0.07
Hex E 14 15 21 5 0 5C BD 14 7
Octal 16 24 25 41 5 0 134 275 24 7
Binary 1110 10100 10101 100001 101 0 1011100 10111101 10100 111

Color Harmonies of #0E1415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1415

Black with #0E1415

Text Example


Text Example

White with #0E1415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,20,21); }

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

background-color css

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

 a { background-color: rgb(14,20,21); }

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

border-color css

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

 span { border-color: rgb(14,20,21); }

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