Html Css Color HEX #0E0403 Black

📋 copy color: '#0E0403'

red 14 ◦ green 4 ◦ blue 3

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

Shades of Black #0E0403

Tints of Black #0E0403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 19.05%

 BLUE value IS 3 (1.56% from 255) = 14.29%

R = 66.67%
G = 19.05%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.95

RGB Variations

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

Color information

#0E0403 (or 0x0E0403) is known color: Black. HEX triplet: 0E, 04 and 03. RGB value is (14,4,3). Sum of RGB (Red+Green+Blue) = 14+4+3=21 (2% of max value = 765). Red value is 14 (5.86% from 255 or 66.67% from 21); Green value is 4 (1.95% from 255 or 19.05% from 21); Blue value is 3 (1.56% from 255 or 14.29% from 21); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0403 is #F1FBFC. Grayscale: #060606. Windows color (decimal): -15858685 or 197646. OLE color: 197646.

HSL color Cylindrical-coordinate representation of color #0E0403: hue angle of 5.45º degrees, saturation: 0.65, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E0403 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.95.

Color convert

RGB 14 4 3 -
CMYK 0 0.71 0.79 0.95
HSL 5.45º 0.65% 0.03% -
HSV(B) 5.45º 0.79% 0.05% -
XYZ 0.24 0.19 0.11 -
YUV 6.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 14 4 3 0 0.71 0.79 0.95 5.45 0.65 0.03
Hex E 4 3 0 47 4F 5F 5 41 3
Octal 16 4 3 0 107 117 137 5 101 3
Binary 1110 100 11 0 1000111 1001111 1011111 101 1000001 11

Color Harmonies of #0E0403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0403

Black with #0E0403

Text Example


Text Example

White with #0E0403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,4,3); }

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

background-color css

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

 a { background-color: rgb(14,4,3); }

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

border-color css

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

 span { border-color: rgb(14,4,3); }

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