Html Css Color HEX #031504 Black Bean

📋 copy color: '#031504'

red 3 ◦ green 21 ◦ blue 4

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

Shades of Black Bean #031504

Tints of Black Bean #031504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 14.29%

R = 10.71%
G = 75%
B = 14.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#031504 (or 0x031504) is known color: Black Bean. HEX triplet: 03, 15 and 04. RGB value is (3,21,4). Sum of RGB (Red+Green+Blue) = 3+21+4=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 21 (8.59% from 255 or 75% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 21 - color contains mainly: green. Hex color #031504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031504 is #FCEAFB. Grayscale: #0D0D0D. Windows color (decimal): -16575228 or 267523. OLE color: 267523.

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

Color convert

RGB 3 21 4 -
CMYK 0.86 0 0.81 0.92
HSL 123.33º 0.75% 0.05% -
HSV(B) 123.33º 0.86% 0.08% -
XYZ 0.33 0.56 0.21 -
YUV 13.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 3 21 4 0.86 0 0.81 0.92 123.33 0.75 0.05
Hex 3 15 4 56 0 51 5C 7B 4B 5
Octal 3 25 4 126 0 121 134 173 113 5
Binary 11 10101 100 1010110 0 1010001 1011100 1111011 1001011 101

Color Harmonies of #031504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031504

Black with #031504

Text Example


Text Example

White with #031504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031504; }

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

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

background-color css

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

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

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

border-color css

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

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

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