Html Css Color HEX #0E191E Black Pearl

📋 copy color: '#0E191E'

red 14 ◦ green 25 ◦ blue 30

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

Shades of Black Pearl #0E191E

Tints of Black Pearl #0E191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 36.23%

 BLUE value IS 30 (12.11% from 255) = 43.48%

R = 20.29%
G = 36.23%
B = 43.48%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E191E (or 0x0E191E) is known color: Black Pearl. HEX triplet: 0E, 19 and 1E. RGB value is (14,25,30). Sum of RGB (Red+Green+Blue) = 14+25+30=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E191E is #F1E6E1. Grayscale: #161616. Windows color (decimal): -15853282 or 1972494. OLE color: 1972494.

HSL color Cylindrical-coordinate representation of color #0E191E: hue angle of 198.75º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0E191E is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 25 30 -
CMYK 0.53 0.17 0 0.88
HSL 198.75º 0.36% 0.09% -
HSV(B) 198.75º 0.53% 0.12% -
XYZ 0.76 0.88 1.36 -
YUV 22.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 14 25 30 0.53 0.17 0 0.88 198.75 0.36 0.09
Hex E 19 1E 35 11 0 58 C7 24 9
Octal 16 31 36 65 21 0 130 307 44 11
Binary 1110 11001 11110 110101 10001 0 1011000 11000111 100100 1001

Color Harmonies of #0E191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E191E

Black with #0E191E

Text Example


Text Example

White with #0E191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,25,30); }

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

background-color css

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

 a { background-color: rgb(14,25,30); }

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

border-color css

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

 span { border-color: rgb(14,25,30); }

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