#1F3525

Color #1F3525 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #1F3525

Tints of Black Bean #1F3525

Color information

#1F3525 (or 0x1F3525) is unknown color: approx Black Bean. HEX triplet: 1F, 35 and 25. RGB value is (31,53,37). Sum of RGB (Red+Green+Blue) = 31+53+37=121 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.62% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 53 - color contains mainly: green. Hex color #1F3525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3525 is #E0CADA. Grayscale: #2C2C2C. Windows color (decimal): -14731995 or 2438431. OLE color: 2438431.

HSL color Cylindrical-coordinate representation of color #1F3525: hue angle of 136.36º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F3525 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB315337-
CMYK0.4200.300.79
HSL136.36º26.19%16.47%-
HSV(B)136.36º41.51%20.78%-
XYZ2.172.972.21-
YUV44.6123.71118.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.62%
GREEN value IS 53 (21.09% from 255) = 43.80%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=25.62%
G=43.80%
B=30.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3153370.4200.300.79136.3626.1916.47
Hex1F35252A01E4F881a10
Octal376545520361172103220
Binary111111101011001011010100111101001111100010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F3525; }

 p { color: rgb(31,53,37); }

 H1.HeaderClassName
 {
   color: #1F3525;
 }
 .AnyTagClassName
 {
   color: #1F3525;
 }
</style>
background-color css

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

 a { background-color: rgb(31,53,37); }

 div.DivClassName
 {
   background-color: #1F3525;
 }
 .BgClassName
 {
   background-color: #1F3525;
 }
</style>
border-color css

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

 span { border-color: rgb(31,53,37); }

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