Html Css Color HEX #0E1317 Black Pearl

📋 copy color: '#0E1317'

red 14 ◦ green 19 ◦ blue 23

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

Shades of Black Pearl #0E1317

Tints of Black Pearl #0E1317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 33.93%

 BLUE value IS 23 (9.38% from 255) = 41.07%

R = 25%
G = 33.93%
B = 41.07%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E1317 (or 0x0E1317) is known color: Black Pearl. HEX triplet: 0E, 13 and 17. RGB value is (14,19,23). Sum of RGB (Red+Green+Blue) = 14+19+23=56 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E1317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1317 is #F1ECE8. Grayscale: #111111. Windows color (decimal): -15854825 or 1512206. OLE color: 1512206.

HSL color Cylindrical-coordinate representation of color #0E1317: hue angle of 206.67º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0E1317 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 19 23 -
CMYK 0.39 0.17 0 0.91
HSL 206.67º 0.24% 0.07% -
HSV(B) 206.67º 0.39% 0.09% -
XYZ 0.57 0.62 0.9 -
YUV 17.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 14 19 23 0.39 0.17 0 0.91 206.67 0.24 0.07
Hex E 13 17 27 11 0 5B CF 18 7
Octal 16 23 27 47 21 0 133 317 30 7
Binary 1110 10011 10111 100111 10001 0 1011011 11001111 11000 111

Color Harmonies of #0E1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1317

Black with #0E1317

Text Example


Text Example

White with #0E1317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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