Html Css Color HEX #0E181F Black Pearl

📋 copy color: '#0E181F'

red 14 ◦ green 24 ◦ blue 31

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

Shades of Black Pearl #0E181F

Tints of Black Pearl #0E181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 34.78%

 BLUE value IS 31 (12.5% from 255) = 44.93%

R = 20.29%
G = 34.78%
B = 44.93%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E181F (or 0x0E181F) is known color: Black Pearl. HEX triplet: 0E, 18 and 1F. RGB value is (14,24,31). Sum of RGB (Red+Green+Blue) = 14+24+31=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 24 (9.77% from 255 or 34.78% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E181F is #F1E7E0. Grayscale: #151515. Windows color (decimal): -15853537 or 2037774. OLE color: 2037774.

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

Color convert

RGB 14 24 31 -
CMYK 0.55 0.23 0 0.88
HSL 204.71º 0.38% 0.09% -
HSV(B) 204.71º 0.55% 0.12% -
XYZ 0.76 0.85 1.42 -
YUV 21.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 14 24 31 0.55 0.23 0 0.88 204.71 0.38 0.09
Hex E 18 1F 37 17 0 58 CD 26 9
Octal 16 30 37 67 27 0 130 315 46 11
Binary 1110 11000 11111 110111 10111 0 1011000 11001101 100110 1001

Color Harmonies of #0E181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E181F

Black with #0E181F

Text Example


Text Example

White with #0E181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,24,31); }

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

background-color css

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

 a { background-color: rgb(14,24,31); }

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

border-color css

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

 span { border-color: rgb(14,24,31); }

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