#3A282E

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

Shades of Castro #3A282E

Tints of Castro #3A282E

Color information

#3A282E (or 0x3A282E) is unknown color: approx Castro. HEX triplet: 3A, 28 and 2E. RGB value is (58,40,46). Sum of RGB (Red+Green+Blue) = 58+40+46=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 58 - color contains mainly: red. Hex color #3A282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A282E is #C5D7D1. Grayscale: #2E2E2E. Windows color (decimal): -12965842 or 3024954. OLE color: 3024954.

HSL color Cylindrical-coordinate representation of color #3A282E: hue angle of 340º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A282E is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.77.

Color convert

RGB584046-
CMYK00.310.210.77
HSL340º18.37%19.22%-
HSV(B)340º31.03%22.75%-
XYZ32.612.93-
YUV46.07127.96136.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.28%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=40.28%
G=27.78%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58404600.310.210.7734018.3719.22
Hex3A282E01F154D1541213
Octal725056037251155242223
Binary1110101010001011100111111010110011011010101001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A282E; }

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

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

<style>
 a { background-color: #3A282E; }

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

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

<style>
 span { border-color: #3A282E; }

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

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