#41252F

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

Shades of Castro #41252F

Tints of Castro #41252F

Color information

#41252F (or 0x41252F) is unknown color: approx Castro. HEX triplet: 41, 25 and 2F. RGB value is (65,37,47). Sum of RGB (Red+Green+Blue) = 65+37+47=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #41252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41252F is #BEDAD0. Grayscale: #2E2E2E. Windows color (decimal): -12507857 or 3089729. OLE color: 3089729.

HSL color Cylindrical-coordinate representation of color #41252F: hue angle of 338.57º 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 #41252F is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB653747-
CMYK00.430.280.75
HSL338.57º27.45%20%-
HSV(B)338.57º43.08%25.49%-
XYZ3.352.653.02-
YUV46.51128.28141.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=43.62%
G=24.83%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65374700.430.280.75338.5727.4520
Hex41252F02B1C4B1531b14
Octal1014557053341135233324
Binary100000110010110111101010111110010010111010100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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