#41292F

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

Shades of Castro #41292F

Tints of Castro #41292F

Color information

#41292F (or 0x41292F) is unknown color: approx Castro. HEX triplet: 41, 29 and 2F. RGB value is (65,41,47). Sum of RGB (Red+Green+Blue) = 65+41+47=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #41292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41292F is #BED6D0. Grayscale: #303030. Windows color (decimal): -12506833 or 3090753. OLE color: 3090753.

HSL color Cylindrical-coordinate representation of color #41292F: hue angle of 345º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #41292F is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB654147-
CMYK00.370.280.75
HSL345º22.64%20.78%-
HSV(B)345º36.92%25.49%-
XYZ3.492.913.07-
YUV48.86126.95139.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 47 (18.75% from 255) = 30.72%
R=42.48%
G=26.80%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65414700.370.280.7534522.6420.78
Hex41292F0251C4B1591715
Octal1015157045341135312725
Binary100000110100110111101001011110010010111010110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41292F; }

 p { color: rgb(65,41,47); }

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

<style>
 a { background-color: #41292F; }

 a { background-color: rgb(65,41,47); }

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

<style>
 span { border-color: #41292F; }

 span { border-color: rgb(65,41,47); }

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