Html Css Color HEX #0E151E Black Pearl

📋 copy color: '#0E151E'

red 14 ◦ green 21 ◦ blue 30

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

Shades of Black Pearl #0E151E

Tints of Black Pearl #0E151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 32.31%

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

R = 21.54%
G = 32.31%
B = 46.15%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E151E (or 0x0E151E) is known color: Black Pearl. HEX triplet: 0E, 15 and 1E. RGB value is (14,21,30). Sum of RGB (Red+Green+Blue) = 14+21+30=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E151E is #F1EAE1. Grayscale: #131313. Windows color (decimal): -15854306 or 1971470. OLE color: 1971470.

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

Color convert

RGB 14 21 30 -
CMYK 0.53 0.30 0 0.88
HSL 213.75º 0.36% 0.09% -
HSV(B) 213.75º 0.53% 0.12% -
XYZ 0.68 0.72 1.33 -
YUV 19.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 14 21 30 0.53 0.30 0 0.88 213.75 0.36 0.09
Hex E 15 1E 35 1E 0 58 D6 24 9
Octal 16 25 36 65 36 0 130 326 44 11
Binary 1110 10101 11110 110101 11110 0 1011000 11010110 100100 1001

Color Harmonies of #0E151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E151E

Black with #0E151E

Text Example


Text Example

White with #0E151E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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