#233D35

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

Shades of Burnham #233D35

Tints of Burnham #233D35

Color information

#233D35 (or 0x233D35) is unknown color: approx Burnham. HEX triplet: 23, 3D and 35. RGB value is (35,61,53). Sum of RGB (Red+Green+Blue) = 35+61+53=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #233D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D35 is #DCC2CA. Grayscale: #343434. Windows color (decimal): -14467787 or 3489059. OLE color: 3489059.

HSL color Cylindrical-coordinate representation of color #233D35: hue angle of 161.54º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #233D35 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB356153-
CMYK0.4300.130.76
HSL161.54º27.08%18.82%-
HSV(B)161.54º42.62%23.92%-
XYZ33.953.97-
YUV52.31128.39115.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.49%
GREEN value IS 61 (24.22% from 255) = 40.94%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=23.49%
G=40.94%
B=35.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3561530.4300.130.76161.5427.0818.82
Hex233D352B0D4Ca21b13
Octal437565530151142423323
Binary100011111101110101101011011011001100101000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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