#442130

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

Shades of Castro #442130

Tints of Castro #442130

Color information

#442130 (or 0x442130) is unknown color: approx Castro. HEX triplet: 44, 21 and 30. RGB value is (68,33,48). Sum of RGB (Red+Green+Blue) = 68+33+48=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #442130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442130 is #BBDECF. Grayscale: #2D2D2D. Windows color (decimal): -12312272 or 3154244. OLE color: 3154244.

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

Color convert

RGB683348-
CMYK00.510.290.73
HSL334.29º34.65%19.8%-
HSV(B)334.29º51.47%26.67%-
XYZ3.462.533.1-
YUV45.18129.6144.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=45.64%
G=22.15%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68334800.510.290.73334.2934.6519.8
Hex4421300331D4914e2314
Octal1044160063351115164324
Binary1000100100001110000011001111101100100110100111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442130; }

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

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

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

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

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

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

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

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