#442631

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

Shades of Castro #442631

Tints of Castro #442631

Color information

#442631 (or 0x442631) is unknown color: approx Castro. HEX triplet: 44, 26 and 31. RGB value is (68,38,49). Sum of RGB (Red+Green+Blue) = 68+38+49=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #442631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442631 is #BBD9CE. Grayscale: #303030. Windows color (decimal): -12310991 or 3221060. OLE color: 3221060.

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

Color convert

RGB683849-
CMYK00.440.280.73
HSL338º28.3%20.78%-
HSV(B)338º44.12%26.67%-
XYZ3.632.843.26-
YUV48.22128.44142.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=43.87%
G=24.52%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68384900.440.280.7333828.320.78
Hex44263102C1C491521c15
Octal1044661054341115223425
Binary100010010011011000101011001110010010011010100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442631; }

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

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

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

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

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

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

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

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