#442530

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

Shades of Castro #442530

Tints of Castro #442530

Color information

#442530 (or 0x442530) is unknown color: approx Castro. HEX triplet: 44, 25 and 30. RGB value is (68,37,48). Sum of RGB (Red+Green+Blue) = 68+37+48=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #442530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442530 is #BBDACF. Grayscale: #2F2F2F. Windows color (decimal): -12311248 or 3155268. OLE color: 3155268.

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

Color convert

RGB683748-
CMYK00.460.290.73
HSL338.71º29.52%20.59%-
HSV(B)338.71º45.59%26.67%-
XYZ3.582.773.14-
YUV47.52128.27142.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 48 (19.14% from 255) = 31.37%
R=44.44%
G=24.18%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68374800.460.290.73338.7129.5220.59
Hex44253002E1D491531e15
Octal1044560056351115233625
Binary100010010010111000001011101110110010011010100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442530; }

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

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

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

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

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

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

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

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