Html Css Color HEX #031002 Black Bean

📋 copy color: '#031002'

red 3 ◦ green 16 ◦ blue 2

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

Shades of Black Bean #031002

Tints of Black Bean #031002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 76.19%

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

R = 14.29%
G = 76.19%
B = 9.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#031002 (or 0x031002) is known color: Black Bean. HEX triplet: 03, 10 and 02. RGB value is (3,16,2). Sum of RGB (Red+Green+Blue) = 3+16+2=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 16 (6.64% from 255 or 76.19% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 16 - color contains mainly: green. Hex color #031002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031002 is #FCEFFD. Grayscale: #0A0A0A. Windows color (decimal): -16576510 or 135171. OLE color: 135171.

HSL color Cylindrical-coordinate representation of color #031002: hue angle of 115.71º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031002 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB 3 16 2 -
CMYK 0.81 0 0.87 0.94
HSL 115.71º 0.78% 0.04% -
HSV(B) 115.71º 0.88% 0.06% -
XYZ 0.23 0.39 0.12 -
YUV 10.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 3 16 2 0.81 0 0.87 0.94 115.71 0.78 0.04
Hex 3 10 2 51 0 57 5E 74 4E 4
Octal 3 20 2 121 0 127 136 164 116 4
Binary 11 10000 10 1010001 0 1010111 1011110 1110100 1001110 100

Color Harmonies of #031002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031002

Black with #031002

Text Example


Text Example

White with #031002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031002; }

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

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

background-color css

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

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

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

border-color css

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

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

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