#41242D

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

Shades of Castro #41242D

Tints of Castro #41242D

Color information

#41242D (or 0x41242D) is unknown color: approx Castro. HEX triplet: 41, 24 and 2D. RGB value is (65,36,45). Sum of RGB (Red+Green+Blue) = 65+36+45=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41242D is #BEDBD2. Grayscale: #2D2D2D. Windows color (decimal): -12508115 or 2958401. OLE color: 2958401.

HSL color Cylindrical-coordinate representation of color #41242D: hue angle of 341.38º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41242D is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB653645-
CMYK00.450.310.75
HSL341.38º28.71%19.8%-
HSV(B)341.38º44.62%25.49%-
XYZ3.282.582.81-
YUV45.7127.61141.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=44.52%
G=24.66%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65364500.450.310.75341.3828.7119.8
Hex41242D02D1F4B1551d14
Octal1014455055371135253524
Binary100000110010010110101011011111110010111010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41242D; }

 p { color: rgb(65,36,45); }

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

<style>
 a { background-color: #41242D; }

 a { background-color: rgb(65,36,45); }

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

<style>
 span { border-color: #41242D; }

 span { border-color: rgb(65,36,45); }

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