Html Css Color HEX #031507 Black Bean

📋 copy color: '#031507'

red 3 ◦ green 21 ◦ blue 7

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

Shades of Black Bean #031507

Tints of Black Bean #031507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 22.58%

R = 9.68%
G = 67.74%
B = 22.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.92

RGB Variations

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

Color information

#031507 (or 0x031507) is known color: Black Bean. HEX triplet: 03, 15 and 07. RGB value is (3,21,7). Sum of RGB (Red+Green+Blue) = 3+21+7=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 21 (8.59% from 255 or 67.74% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 21 - color contains mainly: green. Hex color #031507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031507 is #FCEAF8. Grayscale: #0E0E0E. Windows color (decimal): -16575225 or 464131. OLE color: 464131.

HSL color Cylindrical-coordinate representation of color #031507: hue angle of 133.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 #031507 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 21 7 -
CMYK 0.86 0 0.67 0.92
HSL 133.33º 0.75% 0.05% -
HSV(B) 133.33º 0.86% 0.08% -
XYZ 0.34 0.57 0.29 -
YUV 14.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 3 21 7 0.86 0 0.67 0.92 133.33 0.75 0.05
Hex 3 15 7 56 0 43 5C 85 4B 5
Octal 3 25 7 126 0 103 134 205 113 5
Binary 11 10101 111 1010110 0 1000011 1011100 10000101 1001011 101

Color Harmonies of #031507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031507

Black with #031507

Text Example


Text Example

White with #031507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031507; }

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

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

background-color css

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

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

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

border-color css

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

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

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