Html Css Color HEX #070E08 Black Bean

📋 copy color: '#070E08'

red 7 ◦ green 14 ◦ blue 8

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

Shades of Black Bean #070E08

Tints of Black Bean #070E08

RGB

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

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

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

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

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.43

 K value IS 0.95

RGB Variations

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

Color information

#070E08 (or 0x070E08) is known color: Black Bean. HEX triplet: 07, 0E and 08. RGB value is (7,14,8). Sum of RGB (Red+Green+Blue) = 7+14+8=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 14 (5.86% from 255 or 48.28% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 14 - color contains mainly: green. Hex color #070E08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E08 is #F8F1F7. Grayscale: #0B0B0B. Windows color (decimal): -16314872 or 527879. OLE color: 527879.

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

Color convert

RGB 7 14 8 -
CMYK 0.5 0 0.43 0.95
HSL 128.57º 0.33% 0.04% -
HSV(B) 128.57º 0.5% 0.05% -
XYZ 0.29 0.38 0.29 -
YUV 11.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 7 14 8 0.5 0 0.43 0.95 128.57 0.33 0.04
Hex 7 E 8 32 0 2B 5F 81 21 4
Octal 7 16 10 62 0 53 137 201 41 4
Binary 111 1110 1000 110010 0 101011 1011111 10000001 100001 100

Color Harmonies of #070E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E08

Black with #070E08

Text Example


Text Example

White with #070E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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