Html Css Color HEX #031202 Black Bean

📋 copy color: '#031202'

red 3 ◦ green 18 ◦ blue 2

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

Shades of Black Bean #031202

Tints of Black Bean #031202

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.7%

R = 13.04%
G = 78.26%
B = 8.7%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#031202 (or 0x031202) is known color: 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

RGB 3 18 2 -
CMYK 0.83 0 0.89 0.93
HSL 116.25º 0.8% 0.04% -
HSV(B) 116.25º 0.89% 0.07% -
XYZ 0.26 0.46 0.13 -
YUV 11.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 3 18 2 0.83 0 0.89 0.93 116.25 0.8 0.04
Hex 3 12 2 53 0 59 5D 74 50 4
Octal 3 22 2 123 0 131 135 164 120 4
Binary 11 10010 10 1010011 0 1011001 1011101 1110100 1010000 100

Color Harmonies of #031202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031202

Black with #031202

Text Example


Text Example

White with #031202

Text Example


Text Example

HTML Codes & Css Web 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>