#1F3D31

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

Shades of Burnham #1F3D31

Tints of Burnham #1F3D31

Color information

#1F3D31 (or 0x1F3D31) is unknown color: approx Burnham. HEX triplet: 1F, 3D and 31. RGB value is (31,61,49). Sum of RGB (Red+Green+Blue) = 31+61+49=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D31 is #E0C2CE. Grayscale: #323232. Windows color (decimal): -14729935 or 3226911. OLE color: 3226911.

HSL color Cylindrical-coordinate representation of color #1F3D31: hue angle of 156º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F3D31 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB316149-
CMYK0.4900.200.76
HSL156º32.61%18.04%-
HSV(B)156º49.18%23.92%-
XYZ2.793.853.5-
YUV50.66127.06113.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 61 (24.22% from 255) = 43.26%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=21.99%
G=43.26%
B=34.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3161490.4900.200.7615632.6118.04
Hex1F3D31310144C9c2112
Octal377561610241142344122
Binary1111111110111000111000101010010011001001110010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,61,49); }

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

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

 a { background-color: rgb(31,61,49); }

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

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

 span { border-color: rgb(31,61,49); }

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