#41252D

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

Shades of Castro #41252D

Tints of Castro #41252D

Color information

#41252D (or 0x41252D) is unknown color: approx Castro. HEX triplet: 41, 25 and 2D. RGB value is (65,37,45). Sum of RGB (Red+Green+Blue) = 65+37+45=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41252D is #BEDAD2. Grayscale: #2E2E2E. Windows color (decimal): -12507859 or 2958657. OLE color: 2958657.

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

Color convert

RGB653745-
CMYK00.430.310.75
HSL342.86º27.45%20%-
HSV(B)342.86º43.08%25.49%-
XYZ3.322.642.82-
YUV46.28127.28141.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=44.22%
G=25.17%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65374500.430.310.75342.8627.4520
Hex41252D02B1F4B1571b14
Octal1014555053371135273324
Binary100000110010110110101010111111110010111010101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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