Html Css Color HEX #070C07 Black Bean

📋 copy color: '#070C07'

red 7 ◦ green 12 ◦ blue 7

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

Shades of Black Bean #070C07

Tints of Black Bean #070C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 46.15%

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

R = 26.92%
G = 46.15%
B = 26.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.95

RGB Variations

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

Color information

#070C07 (or 0x070C07) is known color: Black Bean. HEX triplet: 07, 0C and 07. RGB value is (7,12,7). Sum of RGB (Red+Green+Blue) = 7+12+7=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 12 (5.08% from 255 or 46.15% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 12 - color contains mainly: green. Hex color #070C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C07 is #F8F3F8. Grayscale: #090909. Windows color (decimal): -16315385 or 461831. OLE color: 461831.

HSL color Cylindrical-coordinate representation of color #070C07: hue angle of 120º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #070C07 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 12 7 -
CMYK 0.42 0 0.42 0.95
HSL 120º 0.26% 0.04% -
HSV(B) 120º 0.42% 0.05% -
XYZ 0.26 0.32 0.25 -
YUV 9.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 7 12 7 0.42 0 0.42 0.95 120 0.26 0.04
Hex 7 C 7 2A 0 2A 5F 78 1A 4
Octal 7 14 7 52 0 52 137 170 32 4
Binary 111 1100 111 101010 0 101010 1011111 1111000 11010 100

Color Harmonies of #070C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C07

Black with #070C07

Text Example


Text Example

White with #070C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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