#441E29

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

Shades of Castro #441E29

Tints of Castro #441E29

Color information

#441E29 (or 0x441E29) is unknown color: approx Castro. HEX triplet: 44, 1E and 29. RGB value is (68,30,41). Sum of RGB (Red+Green+Blue) = 68+30+41=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #441E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E29 is #BBE1D6. Grayscale: #2A2A2A. Windows color (decimal): -12313047 or 2694724. OLE color: 2694724.

HSL color Cylindrical-coordinate representation of color #441E29: hue angle of 342.63º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #441E29 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB683041-
CMYK00.560.400.73
HSL342.63º38.78%19.22%-
HSV(B)342.63º55.88%26.67%-
XYZ3.252.322.37-
YUV42.62127.09146.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.92%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=48.92%
G=21.58%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68304100.560.400.73342.6338.7819.22
Hex441E2903828491572713
Octal1043651070501115274723
Binary1000100111101010010111000101000100100110101011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441E29; }

 p { color: rgb(68,30,41); }

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

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

 a { background-color: rgb(68,30,41); }

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

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

 span { border-color: rgb(68,30,41); }

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