#42282E

Color #42282E Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #42282E

Tints of Castro #42282E

Color information

#42282E (or 0x42282E) is unknown color: approx Castro. HEX triplet: 42, 28 and 2E. RGB value is (66,40,46). Sum of RGB (Red+Green+Blue) = 66+40+46=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #42282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42282E is #BDD7D1. Grayscale: #303030. Windows color (decimal): -12441554 or 3024962. OLE color: 3024962.

HSL color Cylindrical-coordinate representation of color #42282E: hue angle of 346.15º 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 #42282E is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB664046-
CMYK00.390.300.74
HSL346.15º24.53%20.78%-
HSV(B)346.15º39.39%25.88%-
XYZ3.52.872.95-
YUV48.46126.61140.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=43.42%
G=26.32%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66404600.390.300.74346.1524.5320.78
Hex42282E0271E4A15a1915
Octal1025056047361125323125
Binary100001010100010111001001111111010010101010110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42282E; }

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

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

<style>
 a { background-color: #42282E; }

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

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

<style>
 span { border-color: #42282E; }

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

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