#031202

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

Shades of Black Bean #031202

Tints of Black Bean #031202

Color information

#031202 (or 0x031202) is unknown color: approx Black Bean. HEX triplet: 03, 12 and 02. RGB value is (3,18,2). Sum of RGB (Red+Green+Blue) = 3+18+2=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 18 (7.42% from 255 or 78.26% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 18 - color contains mainly: green. Hex color #031202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031202 is #FCEDFD. Grayscale: #0B0B0B. Windows color (decimal): -16575998 or 135683. OLE color: 135683.

HSL color Cylindrical-coordinate representation of color #031202: hue angle of 116.25º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031202 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB3182-
CMYK0.8300.890.93
HSL116.25º80%3.92%-
HSV(B)116.25º88.89%7.06%-
XYZ0.260.460.13-
YUV11.69122.53121.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.04%
GREEN value IS 18 (7.42% from 255) = 78.26%
BLUE value IS 2 (1.17% from 255) = 8.70%
R=13.04%
G=78.26%
B=8.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31820.8300.890.93116.25803.92
Hex3122530595D74504
Octal322212301311351641204
Binary111001010101001101011001101110111101001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031202; }

 p { color: rgb(3,18,2); }

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

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

 a { background-color: rgb(3,18,2); }

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

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

 span { border-color: rgb(3,18,2); }

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