Html Css Color HEX #0E0905 Black

📋 copy color: '#0E0905'

red 14 ◦ green 9 ◦ blue 5

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

Shades of Black #0E0905

Tints of Black #0E0905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 32.14%

 BLUE value IS 5 (2.34% from 255) = 17.86%

R = 50%
G = 32.14%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.95

RGB Variations

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

Color information

#0E0905 (or 0x0E0905) is known color: Black. HEX triplet: 0E, 09 and 05. RGB value is (14,9,5). Sum of RGB (Red+Green+Blue) = 14+9+5=28 (3% of max value = 765). Red value is 14 (5.86% from 255 or 50% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0905 is #F1F6FA. Grayscale: #0A0A0A. Windows color (decimal): -15857403 or 329998. OLE color: 329998.

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

Color convert

RGB 14 9 5 -
CMYK 0 0.36 0.64 0.95
HSL 26.67º 0.47% 0.04% -
HSV(B) 26.67º 0.64% 0.05% -
XYZ 0.31 0.3 0.19 -
YUV 10.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 14 9 5 0 0.36 0.64 0.95 26.67 0.47 0.04
Hex E 9 5 0 24 40 5F 1B 2F 4
Octal 16 11 5 0 44 100 137 33 57 4
Binary 1110 1001 101 0 100100 1000000 1011111 11011 101111 100

Color Harmonies of #0E0905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0905

Black with #0E0905

Text Example


Text Example

White with #0E0905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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