Html Css Color HEX #0E1E21 Black Pearl

📋 copy color: '#0E1E21'

red 14 ◦ green 30 ◦ blue 33

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

Shades of Black Pearl #0E1E21

Tints of Black Pearl #0E1E21

RGB

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

 GREEN value IS 30 (12.11% from 255) = 38.96%

 BLUE value IS 33 (13.28% from 255) = 42.86%

R = 18.18%
G = 38.96%
B = 42.86%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0E1E21 (or 0x0E1E21) is known color: Black Pearl. HEX triplet: 0E, 1E and 21. RGB value is (14,30,33). Sum of RGB (Red+Green+Blue) = 14+30+33=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E1E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1E21 is #F1E1DE. Grayscale: #191919. Windows color (decimal): -15851999 or 2170382. OLE color: 2170382.

HSL color Cylindrical-coordinate representation of color #0E1E21: hue angle of 189.47º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0E1E21 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 14 30 33 -
CMYK 0.58 0.09 0 0.87
HSL 189.47º 0.4% 0.09% -
HSV(B) 189.47º 0.58% 0.13% -
XYZ 0.92 1.13 1.61 -
YUV 25.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 14 30 33 0.58 0.09 0 0.87 189.47 0.4 0.09
Hex E 1E 21 3A 9 0 57 BD 28 9
Octal 16 36 41 72 11 0 127 275 50 11
Binary 1110 11110 100001 111010 1001 0 1010111 10111101 101000 1001

Color Harmonies of #0E1E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1E21

Black with #0E1E21

Text Example


Text Example

White with #0E1E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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