#41202B

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

Shades of Castro #41202B

Tints of Castro #41202B

Color information

#41202B (or 0x41202B) is unknown color: approx Castro. HEX triplet: 41, 20 and 2B. RGB value is (65,32,43). Sum of RGB (Red+Green+Blue) = 65+32+43=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #41202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41202B is #BEDFD4. Grayscale: #2B2B2B. Windows color (decimal): -12509141 or 2826305. OLE color: 2826305.

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

Color convert

RGB653243-
CMYK00.510.340.75
HSL340º34.02%19.02%-
HSV(B)340º50.77%25.49%-
XYZ3.132.332.57-
YUV43.12127.93143.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=46.43%
G=22.86%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65324300.510.340.7534034.0219.02
Hex41202B033224B1542213
Octal1014053063421135244223
Binary10000011000001010110110011100010100101110101010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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