#41202C

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

Shades of Castro #41202C

Tints of Castro #41202C

Color information

#41202C (or 0x41202C) is unknown color: approx Castro. HEX triplet: 41, 20 and 2C. RGB value is (65,32,44). Sum of RGB (Red+Green+Blue) = 65+32+44=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #41202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41202C is #BEDFD3. Grayscale: #2B2B2B. Windows color (decimal): -12509140 or 2891841. OLE color: 2891841.

HSL color Cylindrical-coordinate representation of color #41202C: hue angle of 338.18º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41202C is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB653244-
CMYK00.510.320.75
HSL338.18º34.02%19.02%-
HSV(B)338.18º50.77%25.49%-
XYZ3.152.342.67-
YUV43.23128.43143.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=46.10%
G=22.70%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65324400.510.320.75338.1834.0219.02
Hex41202C033204B1522213
Octal1014054063401135224223
Binary10000011000001011000110011100000100101110101001010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41202C; }

 p { color: rgb(65,32,44); }

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

<style>
 a { background-color: #41202C; }

 a { background-color: rgb(65,32,44); }

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

<style>
 span { border-color: #41202C; }

 span { border-color: rgb(65,32,44); }

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