#442932

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

Shades of Castro #442932

Tints of Castro #442932

Color information

#442932 (or 0x442932) is unknown color: approx Castro. HEX triplet: 44, 29 and 32. RGB value is (68,41,50). Sum of RGB (Red+Green+Blue) = 68+41+50=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #442932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442932 is #BBD6CD. Grayscale: #323232. Windows color (decimal): -12310222 or 3287364. OLE color: 3287364.

HSL color Cylindrical-coordinate representation of color #442932: hue angle of 340º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #442932 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB684150-
CMYK00.400.260.73
HSL340º24.77%21.37%-
HSV(B)340º39.71%26.67%-
XYZ3.753.053.41-
YUV50.1127.95140.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 50 (19.92% from 255) = 31.45%
R=42.77%
G=25.79%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68415000.400.260.7334024.7721.37
Hex4429320281A491541915
Octal1045162050321115243125
Binary100010010100111001001010001101010010011010101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442932; }

 p { color: rgb(68,41,50); }

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

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

 a { background-color: rgb(68,41,50); }

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

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

 span { border-color: rgb(68,41,50); }

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