#41232D

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

Shades of Castro #41232D

Tints of Castro #41232D

Color information

#41232D (or 0x41232D) is unknown color: approx Castro. HEX triplet: 41, 23 and 2D. RGB value is (65,35,45). Sum of RGB (Red+Green+Blue) = 65+35+45=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41232D is #BEDCD2. Grayscale: #2D2D2D. Windows color (decimal): -12508371 or 2958145. OLE color: 2958145.

HSL color Cylindrical-coordinate representation of color #41232D: hue angle of 340º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41232D is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB653545-
CMYK00.460.310.75
HSL340º30%19.61%-
HSV(B)340º46.15%25.49%-
XYZ3.252.522.8-
YUV45.11127.94142.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 45 (17.97% from 255) = 31.03%
R=44.83%
G=24.14%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65354500.460.310.753403019.61
Hex41232D02E1F4B1541e14
Octal1014355056371135243624
Binary100000110001110110101011101111110010111010101001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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