#223F35

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

Shades of Burnham #223F35

Tints of Burnham #223F35

Color information

#223F35 (or 0x223F35) is unknown color: approx Burnham. HEX triplet: 22, 3F and 35. RGB value is (34,63,53). Sum of RGB (Red+Green+Blue) = 34+63+53=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 63 - color contains mainly: green. Hex color #223F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223F35 is #DDC0CA. Grayscale: #353535. Windows color (decimal): -14532811 or 3489570. OLE color: 3489570.

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

Color convert

RGB346353-
CMYK0.4600.160.75
HSL159.31º29.9%19.02%-
HSV(B)159.31º46.03%24.71%-
XYZ3.084.154.01-
YUV53.19127.89114.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.67%
GREEN value IS 63 (25% from 255) = 42%
BLUE value IS 53 (21.09% from 255) = 35.33%
R=22.67%
G=42%
B=35.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3463530.4600.160.75159.3129.919.02
Hex223F352E0104B9f1e13
Octal427765560201132373623
Binary1000101111111101011011100100001001011100111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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