#23483B

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

Shades of Burnham #23483B

Tints of Burnham #23483B

Color information

#23483B (or 0x23483B) is unknown color: approx Burnham. HEX triplet: 23, 48 and 3B. RGB value is (35,72,59). Sum of RGB (Red+Green+Blue) = 35+72+59=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #23483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23483B is #DCB7C4. Grayscale: #3B3B3B. Windows color (decimal): -14464965 or 3885091. OLE color: 3885091.

HSL color Cylindrical-coordinate representation of color #23483B: hue angle of 158.92º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23483B is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB357259-
CMYK0.5100.180.72
HSL158.92º34.58%20.98%-
HSV(B)158.92º51.39%28.24%-
XYZ3.85.314.96-
YUV59.46127.74110.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.08%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=21.08%
G=43.37%
B=35.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3572590.5100.180.72158.9234.5820.98
Hex23483B33012489f2315
Octal4311073630221102374325
Binary100011100100011101111001101001010010001001111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23483B; }

 p { color: rgb(35,72,59); }

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

<style>
 a { background-color: #23483B; }

 a { background-color: rgb(35,72,59); }

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

<style>
 span { border-color: #23483B; }

 span { border-color: rgb(35,72,59); }

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