#442830

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

Shades of Castro #442830

Tints of Castro #442830

Color information

#442830 (or 0x442830) is unknown color: approx Castro. HEX triplet: 44, 28 and 30. RGB value is (68,40,48). Sum of RGB (Red+Green+Blue) = 68+40+48=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #442830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442830 is #BBD7CF. Grayscale: #313131. Windows color (decimal): -12310480 or 3156036. OLE color: 3156036.

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

Color convert

RGB684048-
CMYK00.410.290.73
HSL342.86º25.93%21.18%-
HSV(B)342.86º41.18%26.67%-
XYZ3.682.963.17-
YUV49.28127.28141.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=43.59%
G=25.64%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68404800.410.290.73342.8625.9321.18
Hex4428300291D491571a15
Octal1045060051351115273225
Binary100010010100011000001010011110110010011010101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442830; }

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

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

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

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

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

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

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

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