Html Css Color HEX #0E171C Black Pearl

📋 copy color: '#0E171C'

red 14 ◦ green 23 ◦ blue 28

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

Shades of Black Pearl #0E171C

Tints of Black Pearl #0E171C

RGB

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

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

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

R = 21.54%
G = 35.38%
B = 43.08%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E171C (or 0x0E171C) is known color: Black Pearl. HEX triplet: 0E, 17 and 1C. RGB value is (14,23,28). Sum of RGB (Red+Green+Blue) = 14+23+28=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E171C is #F1E8E3. Grayscale: #141414. Windows color (decimal): -15853796 or 1840910. OLE color: 1840910.

HSL color Cylindrical-coordinate representation of color #0E171C: hue angle of 201.43º 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 #0E171C is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 23 28 -
CMYK 0.50 0.18 0 0.89
HSL 201.43º 0.33% 0.08% -
HSV(B) 201.43º 0.5% 0.11% -
XYZ 0.7 0.79 1.21 -
YUV 20.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 14 23 28 0.50 0.18 0 0.89 201.43 0.33 0.08
Hex E 17 1C 32 12 0 59 C9 21 8
Octal 16 27 34 62 22 0 131 311 41 10
Binary 1110 10111 11100 110010 10010 0 1011001 11001001 100001 1000

Color Harmonies of #0E171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E171C

Black with #0E171C

Text Example


Text Example

White with #0E171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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