Html Css Color HEX #031302 Black Bean

📋 copy color: '#031302'

red 3 ◦ green 19 ◦ blue 2

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

Shades of Black Bean #031302

Tints of Black Bean #031302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 79.17%

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

R = 12.5%
G = 79.17%
B = 8.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#031302 (or 0x031302) is known color: Black Bean. HEX triplet: 03, 13 and 02. RGB value is (3,19,2). Sum of RGB (Red+Green+Blue) = 3+19+2=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 19 (7.81% from 255 or 79.17% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 19 - color contains mainly: green. Hex color #031302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031302 is #FCECFD. Grayscale: #0C0C0C. Windows color (decimal): -16575742 or 135939. OLE color: 135939.

HSL color Cylindrical-coordinate representation of color #031302: hue angle of 116.47º degrees, saturation: 0.81, 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 #031302 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 19 2 -
CMYK 0.84 0 0.89 0.93
HSL 116.47º 0.81% 0.04% -
HSV(B) 116.47º 0.89% 0.07% -
XYZ 0.28 0.49 0.14 -
YUV 12.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 3 19 2 0.84 0 0.89 0.93 116.47 0.81 0.04
Hex 3 13 2 54 0 59 5D 74 51 4
Octal 3 23 2 124 0 131 135 164 121 4
Binary 11 10011 10 1010100 0 1011001 1011101 1110100 1010001 100

Color Harmonies of #031302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031302

Black with #031302

Text Example


Text Example

White with #031302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031302; }

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

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

background-color css

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

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

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

border-color css

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

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

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