Html Css Color HEX #070F08 Black Bean

📋 copy color: '#070F08'

red 7 ◦ green 15 ◦ blue 8

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

Shades of Black Bean #070F08

Tints of Black Bean #070F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 50%

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

R = 23.33%
G = 50%
B = 26.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.94

RGB Variations

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

Color information

#070F08 (or 0x070F08) is known color: Black Bean. HEX triplet: 07, 0F and 08. RGB value is (7,15,8). Sum of RGB (Red+Green+Blue) = 7+15+8=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 15 (6.25% from 255 or 50% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 15 - color contains mainly: green. Hex color #070F08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F08 is #F8F0F7. Grayscale: #0B0B0B. Windows color (decimal): -16314616 or 528135. OLE color: 528135.

HSL color Cylindrical-coordinate representation of color #070F08: hue angle of 127.5º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #070F08 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 15 8 -
CMYK 0.53 0 0.47 0.94
HSL 127.5º 0.36% 0.04% -
HSV(B) 127.5º 0.53% 0.06% -
XYZ 0.3 0.4 0.29 -
YUV 11.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 7 15 8 0.53 0 0.47 0.94 127.5 0.36 0.04
Hex 7 F 8 35 0 2F 5E 80 24 4
Octal 7 17 10 65 0 57 136 200 44 4
Binary 111 1111 1000 110101 0 101111 1011110 10000000 100100 100

Color Harmonies of #070F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070F08

Black with #070F08

Text Example


Text Example

White with #070F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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