#1F4233

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

Shades of Burnham #1F4233

Tints of Burnham #1F4233

Color information

#1F4233 (or 0x1F4233) is unknown color: approx Burnham. HEX triplet: 1F, 42 and 33. RGB value is (31,66,51). Sum of RGB (Red+Green+Blue) = 31+66+51=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #1F4233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4233 is #E0BDCC. Grayscale: #353535. Windows color (decimal): -14728653 or 3359263. OLE color: 3359263.

HSL color Cylindrical-coordinate representation of color #1F4233: hue angle of 154.29º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F4233 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB316651-
CMYK0.5300.230.74
HSL154.29º36.08%19.02%-
HSV(B)154.29º53.03%25.88%-
XYZ3.114.433.82-
YUV53.82126.4111.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.95%
GREEN value IS 66 (26.17% from 255) = 44.59%
BLUE value IS 51 (20.31% from 255) = 34.46%
R=20.95%
G=44.59%
B=34.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3166510.5300.230.74154.2936.0819.02
Hex1F4233350174A9a2413
Octal3710263650271122324423
Binary11111100001011001111010101011110010101001101010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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