Html Css Color HEX #070B08 Black Bean

📋 copy color: '#070B08'

red 7 ◦ green 11 ◦ blue 8

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

Shades of Black Bean #070B08

Tints of Black Bean #070B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 42.31%

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

R = 26.92%
G = 42.31%
B = 30.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.96

RGB Variations

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

Color information

#070B08 (or 0x070B08) is known color: Black Bean. HEX triplet: 07, 0B and 08. RGB value is (7,11,8). Sum of RGB (Red+Green+Blue) = 7+11+8=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 11 (4.69% from 255 or 42.31% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 11 - color contains mainly: green. Hex color #070B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B08 is #F8F4F7. Grayscale: #090909. Windows color (decimal): -16315640 or 527111. OLE color: 527111.

HSL color Cylindrical-coordinate representation of color #070B08: hue angle of 135º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #070B08 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.96.

Color convert

RGB 7 11 8 -
CMYK 0.36 0 0.27 0.96
HSL 135º 0.22% 0.04% -
HSV(B) 135º 0.36% 0.04% -
XYZ 0.25 0.3 0.27 -
YUV 9.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 7 11 8 0.36 0 0.27 0.96 135 0.22 0.04
Hex 7 B 8 24 0 1B 60 87 16 4
Octal 7 13 10 44 0 33 140 207 26 4
Binary 111 1011 1000 100100 0 11011 1100000 10000111 10110 100

Color Harmonies of #070B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B08

Black with #070B08

Text Example


Text Example

White with #070B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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