#442930

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

Shades of Castro #442930

Tints of Castro #442930

Color information

#442930 (or 0x442930) is unknown color: approx Castro. HEX triplet: 44, 29 and 30. RGB value is (68,41,48). Sum of RGB (Red+Green+Blue) = 68+41+48=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #442930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442930 is #BBD6CF. Grayscale: #313131. Windows color (decimal): -12310224 or 3156292. OLE color: 3156292.

HSL color Cylindrical-coordinate representation of color #442930: hue angle of 344.44º 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 #442930 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB684148-
CMYK00.400.290.73
HSL344.44º24.77%21.37%-
HSV(B)344.44º39.71%26.67%-
XYZ3.713.033.19-
YUV49.87126.95140.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=43.31%
G=26.11%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68414800.400.290.73344.4424.7721.37
Hex4429300281D491581915
Octal1045160050351115303125
Binary100010010100111000001010001110110010011010110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442930; }

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

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

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

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

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

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

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

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