#41202A

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

Shades of Castro #41202A

Tints of Castro #41202A

Color information

#41202A (or 0x41202A) is unknown color: approx Castro. HEX triplet: 41, 20 and 2A. RGB value is (65,32,42). Sum of RGB (Red+Green+Blue) = 65+32+42=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #41202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41202A is #BEDFD5. Grayscale: #2A2A2A. Windows color (decimal): -12509142 or 2760769. OLE color: 2760769.

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

Color convert

RGB653242-
CMYK00.510.350.75
HSL341.82º34.02%19.02%-
HSV(B)341.82º50.77%25.49%-
XYZ3.112.322.47-
YUV43.01127.43143.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=46.76%
G=23.02%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65324200.510.350.75341.8234.0219.02
Hex41202A033234B1562213
Octal1014052063431135264223
Binary10000011000001010100110011100011100101110101011010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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