Html Css Color HEX #0E191C Black Pearl

📋 copy color: '#0E191C'

red 14 ◦ green 25 ◦ blue 28

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

Shades of Black Pearl #0E191C

Tints of Black Pearl #0E191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 41.79%

R = 20.9%
G = 37.31%
B = 41.79%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E191C (or 0x0E191C) is known color: Black Pearl. HEX triplet: 0E, 19 and 1C. RGB value is (14,25,28). Sum of RGB (Red+Green+Blue) = 14+25+28=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E191C is #F1E6E3. Grayscale: #161616. Windows color (decimal): -15853284 or 1841422. OLE color: 1841422.

HSL color Cylindrical-coordinate representation of color #0E191C: hue angle of 192.86º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E191C is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 25 28 -
CMYK 0.50 0.11 0 0.89
HSL 192.86º 0.33% 0.08% -
HSV(B) 192.86º 0.5% 0.11% -
XYZ 0.74 0.87 1.23 -
YUV 22.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 14 25 28 0.50 0.11 0 0.89 192.86 0.33 0.08
Hex E 19 1C 32 B 0 59 C1 21 8
Octal 16 31 34 62 13 0 131 301 41 10
Binary 1110 11001 11100 110010 1011 0 1011001 11000001 100001 1000

Color Harmonies of #0E191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E191C

Black with #0E191C

Text Example


Text Example

White with #0E191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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