Html Css Color HEX #070E07 Black Bean

📋 copy color: '#070E07'

red 7 ◦ green 14 ◦ blue 7

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

Shades of Black Bean #070E07

Tints of Black Bean #070E07

RGB

 RED value IS 7 (3.13% from 255) = 25%

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

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

R = 25%
G = 50%
B = 25%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.5

 K value IS 0.95

RGB Variations

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

Color information

#070E07 (or 0x070E07) is known color: Black Bean. HEX triplet: 07, 0E and 07. RGB value is (7,14,7). Sum of RGB (Red+Green+Blue) = 7+14+7=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 14 (5.86% from 255 or 50% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 14 - color contains mainly: green. Hex color #070E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E07 is #F8F1F8. Grayscale: #0B0B0B. Windows color (decimal): -16314873 or 462343. OLE color: 462343.

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

Color convert

RGB 7 14 7 -
CMYK 0.5 0 0.5 0.95
HSL 120º 0.33% 0.04% -
HSV(B) 120º 0.5% 0.05% -
XYZ 0.28 0.37 0.26 -
YUV 11.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 7 14 7 0.5 0 0.5 0.95 120 0.33 0.04
Hex 7 E 7 32 0 32 5F 78 21 4
Octal 7 16 7 62 0 62 137 170 41 4
Binary 111 1110 111 110010 0 110010 1011111 1111000 100001 100

Color Harmonies of #070E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E07

Black with #070E07

Text Example


Text Example

White with #070E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070E07; }

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

 H1.HeaderClassName
 {
   color: #070E07;
 }
 .AnyTagClassName
 {
   color: #070E07;
 }
</style>

background-color css

<style>
 a { background-color: #070E07; }

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

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

border-color css

<style>
 span { border-color: #070E07; }

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

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