Html Css Color HEX #0E1C21 Black Pearl

📋 copy color: '#0E1C21'

red 14 ◦ green 28 ◦ blue 33

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

Shades of Black Pearl #0E1C21

Tints of Black Pearl #0E1C21

RGB

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

 GREEN value IS 28 (11.33% from 255) = 37.33%

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

R = 18.67%
G = 37.33%
B = 44%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0E1C21 (or 0x0E1C21) is known color: Black Pearl. HEX triplet: 0E, 1C and 21. RGB value is (14,28,33). Sum of RGB (Red+Green+Blue) = 14+28+33=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E1C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1C21 is #F1E3DE. Grayscale: #181818. Windows color (decimal): -15852511 or 2169870. OLE color: 2169870.

HSL color Cylindrical-coordinate representation of color #0E1C21: hue angle of 195.79º 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 #0E1C21 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 14 28 33 -
CMYK 0.58 0.15 0 0.87
HSL 195.79º 0.4% 0.09% -
HSV(B) 195.79º 0.58% 0.13% -
XYZ 0.87 1.03 1.59 -
YUV 24.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 14 28 33 0.58 0.15 0 0.87 195.79 0.4 0.09
Hex E 1C 21 3A F 0 57 C4 28 9
Octal 16 34 41 72 17 0 127 304 50 11
Binary 1110 11100 100001 111010 1111 0 1010111 11000100 101000 1001

Color Harmonies of #0E1C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1C21

Black with #0E1C21

Text Example


Text Example

White with #0E1C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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