Html Css Color HEX #031306 Black Bean

📋 copy color: '#031306'

red 3 ◦ green 19 ◦ blue 6

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

Shades of Black Bean #031306

Tints of Black Bean #031306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 21.43%

R = 10.71%
G = 67.86%
B = 21.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.93

RGB Variations

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

Color information

#031306 (or 0x031306) is known color: Black Bean. HEX triplet: 03, 13 and 06. RGB value is (3,19,6). Sum of RGB (Red+Green+Blue) = 3+19+6=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 19 (7.81% from 255 or 67.86% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 19 - color contains mainly: green. Hex color #031306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031306 is #FCECF9. Grayscale: #0C0C0C. Windows color (decimal): -16575738 or 398083. OLE color: 398083.

HSL color Cylindrical-coordinate representation of color #031306: hue angle of 131.25º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #031306 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 19 6 -
CMYK 0.84 0 0.68 0.93
HSL 131.25º 0.73% 0.04% -
HSV(B) 131.25º 0.84% 0.07% -
XYZ 0.3 0.5 0.25 -
YUV 12.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 3 19 6 0.84 0 0.68 0.93 131.25 0.73 0.04
Hex 3 13 6 54 0 44 5D 83 49 4
Octal 3 23 6 124 0 104 135 203 111 4
Binary 11 10011 110 1010100 0 1000100 1011101 10000011 1001001 100

Color Harmonies of #031306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031306

Black with #031306

Text Example


Text Example

White with #031306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031306; }

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

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

background-color css

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

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

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

border-color css

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

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

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