#442630

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

Shades of Castro #442630

Tints of Castro #442630

Color information

#442630 (or 0x442630) is unknown color: approx Castro. HEX triplet: 44, 26 and 30. RGB value is (68,38,48). Sum of RGB (Red+Green+Blue) = 68+38+48=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #442630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442630 is #BBD9CF. Grayscale: #303030. Windows color (decimal): -12310992 or 3155524. OLE color: 3155524.

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

Color convert

RGB683848-
CMYK00.440.290.73
HSL340º28.3%20.78%-
HSV(B)340º44.12%26.67%-
XYZ3.612.833.15-
YUV48.11127.94142.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.16%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=44.16%
G=24.68%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68384800.440.290.7334028.320.78
Hex44263002C1D491541c15
Octal1044660054351115243425
Binary100010010011011000001011001110110010011010101001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442630; }

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

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

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

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

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

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

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

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