#41272F

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

Shades of Castro #41272F

Tints of Castro #41272F

Color information

#41272F (or 0x41272F) is unknown color: approx Castro. HEX triplet: 41, 27 and 2F. RGB value is (65,39,47). Sum of RGB (Red+Green+Blue) = 65+39+47=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #41272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41272F is #BED8D0. Grayscale: #2F2F2F. Windows color (decimal): -12507345 or 3090241. OLE color: 3090241.

HSL color Cylindrical-coordinate representation of color #41272F: hue angle of 341.54º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41272F is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB653947-
CMYK00.400.280.75
HSL341.54º25%20.39%-
HSV(B)341.54º40%25.49%-
XYZ3.422.783.05-
YUV47.69127.61140.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=43.05%
G=25.83%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65394700.400.280.75341.542520.39
Hex41272F0281C4B1561914
Octal1014757050341135263124
Binary100000110011110111101010001110010010111010101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41272F; }

 p { color: rgb(65,39,47); }

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

<style>
 a { background-color: #41272F; }

 a { background-color: rgb(65,39,47); }

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

<style>
 span { border-color: #41272F; }

 span { border-color: rgb(65,39,47); }

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