Html Css Color HEX #070A07 Black Bean

📋 copy color: '#070A07'

red 7 ◦ green 10 ◦ blue 7

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

Shades of Black Bean #070A07

Tints of Black Bean #070A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 41.67%

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

R = 29.17%
G = 41.67%
B = 29.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.96

RGB Variations

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

Color information

#070A07 (or 0x070A07) is known color: Black Bean. HEX triplet: 07, 0A and 07. RGB value is (7,10,7). Sum of RGB (Red+Green+Blue) = 7+10+7=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 10 (4.30% from 255 or 41.67% from 24); Blue value is 7 (3.12% from 255 or 29.17% from 24); Max value from RGB is 10 - color contains mainly: green. Hex color #070A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A07 is #F8F5F8. Grayscale: #080808. Windows color (decimal): -16315897 or 461319. OLE color: 461319.

HSL color Cylindrical-coordinate representation of color #070A07: hue angle of 120º degrees, saturation: 0.18, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #070A07 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.96.

Color convert

RGB 7 10 7 -
CMYK 0.30 0 0.30 0.96
HSL 120º 0.18% 0.03% -
HSV(B) 120º 0.3% 0.04% -
XYZ 0.23 0.28 0.24 -
YUV 8.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 7 10 7 0.30 0 0.30 0.96 120 0.18 0.03
Hex 7 A 7 1E 0 1E 60 78 12 3
Octal 7 12 7 36 0 36 140 170 22 3
Binary 111 1010 111 11110 0 11110 1100000 1111000 10010 11

Color Harmonies of #070A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A07

Black with #070A07

Text Example


Text Example

White with #070A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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