#442A31

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

Shades of Castro #442A31

Tints of Castro #442A31

Color information

#442A31 (or 0x442A31) is unknown color: approx Castro. HEX triplet: 44, 2A and 31. RGB value is (68,42,49). Sum of RGB (Red+Green+Blue) = 68+42+49=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #442A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A31 is #BBD5CE. Grayscale: #323232. Windows color (decimal): -12309967 or 3222084. OLE color: 3222084.

HSL color Cylindrical-coordinate representation of color #442A31: hue angle of 343.85º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #442A31 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB684249-
CMYK00.380.280.73
HSL343.85º23.64%21.57%-
HSV(B)343.85º38.24%26.67%-
XYZ3.773.113.31-
YUV50.57127.11140.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 49 (19.53% from 255) = 30.82%
R=42.77%
G=26.42%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68424900.380.280.73343.8523.6421.57
Hex442A310261C491581816
Octal1045261046341115303026
Binary100010010101011000101001101110010010011010110001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442A31; }

 p { color: rgb(68,42,49); }

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

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

 a { background-color: rgb(68,42,49); }

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

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

 span { border-color: rgb(68,42,49); }

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