Html Css Color HEX #0E0702 Black

📋 copy color: '#0E0702'

red 14 ◦ green 7 ◦ blue 2

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

Shades of Black #0E0702

Tints of Black #0E0702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 30.43%

 BLUE value IS 2 (1.17% from 255) = 8.7%

R = 60.87%
G = 30.43%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.95

RGB Variations

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

Color information

#0E0702 (or 0x0E0702) is known color: Black. HEX triplet: 0E, 07 and 02. RGB value is (14,7,2). Sum of RGB (Red+Green+Blue) = 14+7+2=23 (3% of max value = 765). Red value is 14 (5.86% from 255 or 60.87% from 23); Green value is 7 (3.12% from 255 or 30.43% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0702 is #F1F8FD. Grayscale: #080808. Windows color (decimal): -15857918 or 132878. OLE color: 132878.

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

Color convert

RGB 14 7 2 -
CMYK 0 0.5 0.86 0.95
HSL 25º 0.75% 0.03% -
HSV(B) 25º 0.86% 0.05% -
XYZ 0.27 0.25 0.09 -
YUV 8.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 14 7 2 0 0.5 0.86 0.95 25 0.75 0.03
Hex E 7 2 0 32 56 5F 19 4B 3
Octal 16 7 2 0 62 126 137 31 113 3
Binary 1110 111 10 0 110010 1010110 1011111 11001 1001011 11

Color Harmonies of #0E0702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0702

Black with #0E0702

Text Example


Text Example

White with #0E0702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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