#41202E

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

Shades of Castro #41202E

Tints of Castro #41202E

Color information

#41202E (or 0x41202E) is unknown color: approx Castro. HEX triplet: 41, 20 and 2E. RGB value is (65,32,46). Sum of RGB (Red+Green+Blue) = 65+32+46=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41202E is #BEDFD1. Grayscale: #2B2B2B. Windows color (decimal): -12509138 or 3022913. OLE color: 3022913.

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

Color convert

RGB653246-
CMYK00.510.290.75
HSL334.55º34.02%19.02%-
HSV(B)334.55º50.77%25.49%-
XYZ3.192.352.87-
YUV43.46129.43143.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=45.45%
G=22.38%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65324600.510.290.75334.5534.0219.02
Hex41202E0331D4B14f2213
Octal1014056063351135174223
Binary1000001100000101110011001111101100101110100111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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