Html Css Color HEX #070F07 Black Bean

📋 copy color: '#070F07'

red 7 ◦ green 15 ◦ blue 7

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

Shades of Black Bean #070F07

Tints of Black Bean #070F07

RGB

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

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

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

R = 24.14%
G = 51.72%
B = 24.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.94

RGB Variations

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

Color information

#070F07 (or 0x070F07) is known color: Black Bean. HEX triplet: 07, 0F and 07. RGB value is (7,15,7). Sum of RGB (Red+Green+Blue) = 7+15+7=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 15 (6.25% from 255 or 51.72% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 15 - color contains mainly: green. Hex color #070F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F07 is #F8F0F8. Grayscale: #0B0B0B. Windows color (decimal): -16314617 or 462599. OLE color: 462599.

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

Color convert

RGB 7 15 7 -
CMYK 0.53 0 0.53 0.94
HSL 120º 0.36% 0.04% -
HSV(B) 120º 0.53% 0.06% -
XYZ 0.3 0.4 0.26 -
YUV 11.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 7 15 7 0.53 0 0.53 0.94 120 0.36 0.04
Hex 7 F 7 35 0 35 5E 78 24 4
Octal 7 17 7 65 0 65 136 170 44 4
Binary 111 1111 111 110101 0 110101 1011110 1111000 100100 100

Color Harmonies of #070F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070F07

Black with #070F07

Text Example


Text Example

White with #070F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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