#1F3021

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

Shades of Black Bean #1F3021

Tints of Black Bean #1F3021

Color information

#1F3021 (or 0x1F3021) is unknown color: approx Black Bean. HEX triplet: 1F, 30 and 21. RGB value is (31,48,33). Sum of RGB (Red+Green+Blue) = 31+48+33=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3021 is #E0CFDE. Grayscale: #292929. Windows color (decimal): -14733279 or 2175007. OLE color: 2175007.

HSL color Cylindrical-coordinate representation of color #1F3021: hue angle of 127.06º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F3021 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB314833-
CMYK0.3500.310.81
HSL127.06º21.52%15.49%-
HSV(B)127.06º35.42%18.82%-
XYZ1.92.521.82-
YUV41.21123.37120.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.68%
GREEN value IS 48 (19.14% from 255) = 42.86%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=27.68%
G=42.86%
B=29.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3148330.3500.310.81127.0621.5215.49
Hex1F30212301F517f16f
Octal376041430371211772617
Binary1111111000010000110001101111110100011111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,48,33); }

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

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

 a { background-color: rgb(31,48,33); }

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

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

 span { border-color: rgb(31,48,33); }

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