#41272E

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

Shades of Castro #41272E

Tints of Castro #41272E

Color information

#41272E (or 0x41272E) is unknown color: approx Castro. HEX triplet: 41, 27 and 2E. RGB value is (65,39,46). Sum of RGB (Red+Green+Blue) = 65+39+46=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #41272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41272E is #BED8D1. Grayscale: #2F2F2F. Windows color (decimal): -12507346 or 3024705. OLE color: 3024705.

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

Color convert

RGB653946-
CMYK00.400.290.75
HSL343.85º25%20.39%-
HSV(B)343.85º40%25.49%-
XYZ3.42.772.94-
YUV47.57127.11140.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.33%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=43.33%
G=26%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65394600.400.290.75343.852520.39
Hex41272E0281D4B1581914
Octal1014756050351135303124
Binary100000110011110111001010001110110010111010110001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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