Html Css Color HEX #0E0404 Black

📋 copy color: '#0E0404'

red 14 ◦ green 4 ◦ blue 4

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

Shades of Black #0E0404

Tints of Black #0E0404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 18.18%

R = 63.64%
G = 18.18%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.95

RGB Variations

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

Color information

#0E0404 (or 0x0E0404) is known color: Black. HEX triplet: 0E, 04 and 04. RGB value is (14,4,4). Sum of RGB (Red+Green+Blue) = 14+4+4=22 (2% of max value = 765). Red value is 14 (5.86% from 255 or 63.64% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 4 (1.95% from 255 or 18.18% from 22); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0404 is #F1FBFB. Grayscale: #070707. Windows color (decimal): -15858684 or 263182. OLE color: 263182.

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

Color convert

RGB 14 4 4 -
CMYK 0 0.71 0.71 0.95
HSL 0.56% 0.04% -
HSV(B) 0.71% 0.05% -
XYZ 0.25 0.19 0.14 -
YUV 6.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 14 4 4 0 0.71 0.71 0.95 0 0.56 0.04
Hex E 4 4 0 47 47 5F 0 38 4
Octal 16 4 4 0 107 107 137 0 70 4
Binary 1110 100 100 0 1000111 1000111 1011111 0 111000 100

Color Harmonies of #0E0404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0404

Black with #0E0404

Text Example


Text Example

White with #0E0404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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