#41202D

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

Shades of Castro #41202D

Tints of Castro #41202D

Color information

#41202D (or 0x41202D) is unknown color: approx Castro. HEX triplet: 41, 20 and 2D. RGB value is (65,32,45). Sum of RGB (Red+Green+Blue) = 65+32+45=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41202D is #BEDFD2. Grayscale: #2B2B2B. Windows color (decimal): -12509139 or 2957377. OLE color: 2957377.

HSL color Cylindrical-coordinate representation of color #41202D: hue angle of 336.36º 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 #41202D is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB653245-
CMYK00.510.310.75
HSL336.36º34.02%19.02%-
HSV(B)336.36º50.77%25.49%-
XYZ3.172.352.77-
YUV43.35128.93143.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=45.77%
G=22.54%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65324500.510.310.75336.3634.0219.02
Hex41202D0331F4B1502213
Octal1014055063371135204223
Binary1000001100000101101011001111111100101110101000010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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