#28423A

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

Shades of Burnham #28423A

Tints of Burnham #28423A

Color information

#28423A (or 0x28423A) is unknown color: approx Burnham. HEX triplet: 28, 42 and 3A. RGB value is (40,66,58). Sum of RGB (Red+Green+Blue) = 40+66+58=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #28423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28423A is #D7BDC5. Grayscale: #393939. Windows color (decimal): -14138822 or 3818024. OLE color: 3818024.

HSL color Cylindrical-coordinate representation of color #28423A: hue angle of 161.54º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #28423A is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB406658-
CMYK0.3900.120.74
HSL161.54º24.53%20.78%-
HSV(B)161.54º39.39%25.88%-
XYZ3.594.654.71-
YUV57.31128.39115.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.39%
GREEN value IS 66 (26.17% from 255) = 40.24%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=24.39%
G=40.24%
B=35.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066580.3900.120.74161.5424.5320.78
Hex28423A270C4Aa21915
Octal5010272470141122423125
Binary1010001000010111010100111011001001010101000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,66,58); }

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

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

 a { background-color: rgb(40,66,58); }

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

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

 span { border-color: rgb(40,66,58); }

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