Html Css Color HEX #0E0807 Black

📋 copy color: '#0E0807'

red 14 ◦ green 8 ◦ blue 7

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

Shades of Black #0E0807

Tints of Black #0E0807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 27.59%

 BLUE value IS 7 (3.13% from 255) = 24.14%

R = 48.28%
G = 27.59%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.5

 K value IS 0.95

RGB Variations

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

Color information

#0E0807 (or 0x0E0807) is known color: Black. HEX triplet: 0E, 08 and 07. RGB value is (14,8,7). Sum of RGB (Red+Green+Blue) = 14+8+7=29 (3% of max value = 765). Red value is 14 (5.86% from 255 or 48.28% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0807 is #F1F7F8. Grayscale: #090909. Windows color (decimal): -15857657 or 460814. OLE color: 460814.

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

Color convert

RGB 14 8 7 -
CMYK 0 0.43 0.5 0.95
HSL 8.57º 0.33% 0.04% -
HSV(B) 8.57º 0.5% 0.05% -
XYZ 0.31 0.28 0.24 -
YUV 9.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 14 8 7 0 0.43 0.5 0.95 8.57 0.33 0.04
Hex E 8 7 0 2B 32 5F 9 21 4
Octal 16 10 7 0 53 62 137 11 41 4
Binary 1110 1000 111 0 101011 110010 1011111 1001 100001 100

Color Harmonies of #0E0807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0807

Black with #0E0807

Text Example


Text Example

White with #0E0807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,8,7); }

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

background-color css

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

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

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

border-color css

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

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

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