Html Css Color HEX #031402 Black Bean

📋 copy color: '#031402'

red 3 ◦ green 20 ◦ blue 2

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

Shades of Black Bean #031402

Tints of Black Bean #031402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 80%

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

R = 12%
G = 80%
B = 8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#031402 (or 0x031402) is known color: Black Bean. HEX triplet: 03, 14 and 02. RGB value is (3,20,2). Sum of RGB (Red+Green+Blue) = 3+20+2=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 20 (8.20% from 255 or 80% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 20 - color contains mainly: green. Hex color #031402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031402 is #FCEBFD. Grayscale: #0C0C0C. Windows color (decimal): -16575486 or 136195. OLE color: 136195.

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

Color convert

RGB 3 20 2 -
CMYK 0.85 0 0.90 0.92
HSL 116.67º 0.82% 0.04% -
HSV(B) 116.67º 0.9% 0.08% -
XYZ 0.3 0.52 0.14 -
YUV 12.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 3 20 2 0.85 0 0.90 0.92 116.67 0.82 0.04
Hex 3 14 2 55 0 5A 5C 75 52 4
Octal 3 24 2 125 0 132 134 165 122 4
Binary 11 10100 10 1010101 0 1011010 1011100 1110101 1010010 100

Color Harmonies of #031402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031402

Black with #031402

Text Example


Text Example

White with #031402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031402; }

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

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

background-color css

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

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

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

border-color css

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

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

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