#233F35

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

Shades of Burnham #233F35

Tints of Burnham #233F35

Color information

#233F35 (or 0x233F35) is unknown color: approx Burnham. HEX triplet: 23, 3F and 35. RGB value is (35,63,53). Sum of RGB (Red+Green+Blue) = 35+63+53=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 63 - color contains mainly: green. Hex color #233F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233F35 is #DCC0CA. Grayscale: #353535. Windows color (decimal): -14467275 or 3489571. OLE color: 3489571.

HSL color Cylindrical-coordinate representation of color #233F35: hue angle of 158.57º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233F35 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB356353-
CMYK0.4400.160.75
HSL158.57º28.57%19.22%-
HSV(B)158.57º44.44%24.71%-
XYZ3.114.174.01-
YUV53.49127.72114.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.18%
GREEN value IS 63 (25% from 255) = 41.72%
BLUE value IS 53 (21.09% from 255) = 35.10%
R=23.18%
G=41.72%
B=35.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3563530.4400.160.75158.5728.5719.22
Hex233F352C0104B9f1d13
Octal437765540201132373523
Binary1000111111111101011011000100001001011100111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233F35; }

 p { color: rgb(35,63,53); }

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

<style>
 a { background-color: #233F35; }

 a { background-color: rgb(35,63,53); }

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

<style>
 span { border-color: #233F35; }

 span { border-color: rgb(35,63,53); }

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