Html Css Color HEX #0E171E Black Pearl

📋 copy color: '#0E171E'

red 14 ◦ green 23 ◦ blue 30

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

Shades of Black Pearl #0E171E

Tints of Black Pearl #0E171E

RGB

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

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

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

R = 20.9%
G = 34.33%
B = 44.78%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E171E (or 0x0E171E) is known color: Black Pearl. HEX triplet: 0E, 17 and 1E. RGB value is (14,23,30). Sum of RGB (Red+Green+Blue) = 14+23+30=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E171E is #F1E8E1. Grayscale: #151515. Windows color (decimal): -15853794 or 1971982. OLE color: 1971982.

HSL color Cylindrical-coordinate representation of color #0E171E: hue angle of 206.25º 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 #0E171E is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 23 30 -
CMYK 0.53 0.23 0 0.88
HSL 206.25º 0.36% 0.09% -
HSV(B) 206.25º 0.53% 0.12% -
XYZ 0.72 0.8 1.34 -
YUV 21.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 14 23 30 0.53 0.23 0 0.88 206.25 0.36 0.09
Hex E 17 1E 35 17 0 58 CE 24 9
Octal 16 27 36 65 27 0 130 316 44 11
Binary 1110 10111 11110 110101 10111 0 1011000 11001110 100100 1001

Color Harmonies of #0E171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E171E

Black with #0E171E

Text Example


Text Example

White with #0E171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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