Html Css Color HEX #0E0504 Black

📋 copy color: '#0E0504'

red 14 ◦ green 5 ◦ blue 4

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

Shades of Black #0E0504

Tints of Black #0E0504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 21.74%

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

R = 60.87%
G = 21.74%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.95

RGB Variations

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

Color information

#0E0504 (or 0x0E0504) is known color: Black. HEX triplet: 0E, 05 and 04. RGB value is (14,5,4). Sum of RGB (Red+Green+Blue) = 14+5+4=23 (3% of max value = 765). Red value is 14 (5.86% from 255 or 60.87% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0504 is #F1FAFB. Grayscale: #070707. Windows color (decimal): -15858428 or 263438. OLE color: 263438.

HSL color Cylindrical-coordinate representation of color #0E0504: hue angle of 6º 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 #0E0504 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.95.

Color convert

RGB 14 5 4 -
CMYK 0 0.64 0.71 0.95
HSL 0.56% 0.04% -
HSV(B) 0.71% 0.05% -
XYZ 0.26 0.21 0.14 -
YUV 7.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 14 5 4 0 0.64 0.71 0.95 6 0.56 0.04
Hex E 5 4 0 40 47 5F 6 38 4
Octal 16 5 4 0 100 107 137 6 70 4
Binary 1110 101 100 0 1000000 1000111 1011111 110 111000 100

Color Harmonies of #0E0504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0504

Black with #0E0504

Text Example


Text Example

White with #0E0504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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