#1F4033

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

Shades of Burnham #1F4033

Tints of Burnham #1F4033

Color information

#1F4033 (or 0x1F4033) is unknown color: approx Burnham. HEX triplet: 1F, 40 and 33. RGB value is (31,64,51). Sum of RGB (Red+Green+Blue) = 31+64+51=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4033 is #E0BFCC. Grayscale: #343434. Windows color (decimal): -14729165 or 3358751. OLE color: 3358751.

HSL color Cylindrical-coordinate representation of color #1F4033: hue angle of 156.36º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4033 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB316451-
CMYK0.5200.200.75
HSL156.36º34.74%18.63%-
HSV(B)156.36º51.56%25.1%-
XYZ34.23.78-
YUV52.65127.07112.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.23%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 51 (20.31% from 255) = 34.93%
R=21.23%
G=43.84%
B=34.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3164510.5200.200.75156.3634.7418.63
Hex1F4033340144B9c2313
Octal3710063640241132344323
Binary11111100000011001111010001010010010111001110010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,64,51); }

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

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

 a { background-color: rgb(31,64,51); }

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

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

 span { border-color: rgb(31,64,51); }

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