#41232B

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

Shades of Castro #41232B

Tints of Castro #41232B

Color information

#41232B (or 0x41232B) is unknown color: approx Castro. HEX triplet: 41, 23 and 2B. RGB value is (65,35,43). Sum of RGB (Red+Green+Blue) = 65+35+43=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41232B is #BEDCD4. Grayscale: #2C2C2C. Windows color (decimal): -12508373 or 2827073. OLE color: 2827073.

HSL color Cylindrical-coordinate representation of color #41232B: hue angle of 344º 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 #41232B is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB653543-
CMYK00.460.340.75
HSL344º30%19.61%-
HSV(B)344º46.15%25.49%-
XYZ3.222.52.6-
YUV44.88126.94142.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=45.45%
G=24.48%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65354300.460.340.753443019.61
Hex41232B02E224B1581e14
Octal1014353056421135303624
Binary1000001100011101011010111010001010010111010110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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