#23483A

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

Shades of Burnham #23483A

Tints of Burnham #23483A

Color information

#23483A (or 0x23483A) is unknown color: approx Burnham. HEX triplet: 23, 48 and 3A. RGB value is (35,72,58). Sum of RGB (Red+Green+Blue) = 35+72+58=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #23483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23483A is #DCB7C5. Grayscale: #3B3B3B. Windows color (decimal): -14464966 or 3819555. OLE color: 3819555.

HSL color Cylindrical-coordinate representation of color #23483A: hue angle of 157.3º 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 #23483A is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB357258-
CMYK0.5100.190.72
HSL157.3º34.58%20.98%-
HSV(B)157.3º51.39%28.24%-
XYZ3.775.34.83-
YUV59.34127.24110.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=21.21%
G=43.64%
B=35.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3572580.5100.190.72157.334.5820.98
Hex23483A33013489d2315
Octal4311072630231102354325
Binary100011100100011101011001101001110010001001110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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