Html Css Color HEX #031502 Black Bean

📋 copy color: '#031502'

red 3 ◦ green 21 ◦ blue 2

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

Shades of Black Bean #031502

Tints of Black Bean #031502

RGB

 RED value IS 3 (1.56% from 255) = 11.54%

 GREEN value IS 21 (8.59% from 255) = 80.77%

 BLUE value IS 2 (1.17% from 255) = 7.69%

R = 11.54%
G = 80.77%
B = 7.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#031502 (or 0x031502) is known color: Black Bean. HEX triplet: 03, 15 and 02. RGB value is (3,21,2). Sum of RGB (Red+Green+Blue) = 3+21+2=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 21 (8.59% from 255 or 80.77% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 21 - color contains mainly: green. Hex color #031502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031502 is #FCEAFD. Grayscale: #0D0D0D. Windows color (decimal): -16575230 or 136451. OLE color: 136451.

HSL color Cylindrical-coordinate representation of color #031502: hue angle of 116.84º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031502 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 21 2 -
CMYK 0.86 0 0.90 0.92
HSL 116.84º 0.83% 0.05% -
HSV(B) 116.84º 0.9% 0.08% -
XYZ 0.32 0.56 0.15 -
YUV 13.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 3 21 2 0.86 0 0.90 0.92 116.84 0.83 0.05
Hex 3 15 2 56 0 5A 5C 75 53 5
Octal 3 25 2 126 0 132 134 165 123 5
Binary 11 10101 10 1010110 0 1011010 1011100 1110101 1010011 101

Color Harmonies of #031502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031502

Black with #031502

Text Example


Text Example

White with #031502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031502; }

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

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

background-color css

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

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

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

border-color css

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

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

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