#41252E

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

Shades of Castro #41252E

Tints of Castro #41252E

Color information

#41252E (or 0x41252E) is unknown color: approx Castro. HEX triplet: 41, 25 and 2E. RGB value is (65,37,46). Sum of RGB (Red+Green+Blue) = 65+37+46=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41252E is #BEDAD1. Grayscale: #2E2E2E. Windows color (decimal): -12507858 or 3024193. OLE color: 3024193.

HSL color Cylindrical-coordinate representation of color #41252E: hue angle of 340.71º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #41252E is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB653746-
CMYK00.430.290.75
HSL340.71º27.45%20%-
HSV(B)340.71º43.08%25.49%-
XYZ3.332.642.92-
YUV46.4127.78141.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=43.92%
G=25%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65374600.430.290.75340.7127.4520
Hex41252E02B1D4B1551b14
Octal1014556053351135253324
Binary100000110010110111001010111110110010111010101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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