#071C08

Color #071C08 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #071C08

Tints of Black Bean #071C08

Color information

#071C08 (or 0x071C08) is unknown color: approx Black Bean. HEX triplet: 07, 1C and 08. RGB value is (7,28,8). Sum of RGB (Red+Green+Blue) = 7+28+8=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 28 (11.33% from 255 or 65.12% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 28 - color contains mainly: green. Hex color #071C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C08 is #F8E3F7. Grayscale: #131313. Windows color (decimal): -16311288 or 531463. OLE color: 531463.

HSL color Cylindrical-coordinate representation of color #071C08: hue angle of 122.86º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #071C08 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.89.

Color convert

RGB7288-
CMYK0.7500.710.89
HSL122.86º60%6.86%-
HSV(B)122.86º75%10.98%-
XYZ0.550.890.37-
YUV19.44121.54119.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.28%
GREEN value IS 28 (11.33% from 255) = 65.12%
BLUE value IS 8 (3.52% from 255) = 18.60%
R=16.28%
G=65.12%
B=18.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal72880.7500.710.89122.86606.86
Hex71C84B047597b3c7
Octal734101130107131173747
Binary11111100100010010110100011110110011111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071C08; }

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

 H1.HeaderClassName
 {
   color: #071C08;
 }
 .AnyTagClassName
 {
   color: #071C08;
 }
</style>
background-color css

<style>
 a { background-color: #071C08; }

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

 div.DivClassName
 {
   background-color: #071C08;
 }
 .BgClassName
 {
   background-color: #071C08;
 }
</style>
border-color css

<style>
 span { border-color: #071C08; }

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

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