#41242E

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

Shades of Castro #41242E

Tints of Castro #41242E

Color information

#41242E (or 0x41242E) is unknown color: approx Castro. HEX triplet: 41, 24 and 2E. RGB value is (65,36,46). Sum of RGB (Red+Green+Blue) = 65+36+46=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41242E is #BEDBD1. Grayscale: #2D2D2D. Windows color (decimal): -12508114 or 3023937. OLE color: 3023937.

HSL color Cylindrical-coordinate representation of color #41242E: hue angle of 339.31º 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 #41242E is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB653646-
CMYK00.450.290.75
HSL339.31º28.71%19.8%-
HSV(B)339.31º44.62%25.49%-
XYZ3.32.582.91-
YUV45.81128.11141.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=44.22%
G=24.49%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65364600.450.290.75339.3128.7119.8
Hex41242E02D1D4B1531d14
Octal1014456055351135233524
Binary100000110010010111001011011110110010111010100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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