#441E2E

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

Shades of Castro #441E2E

Tints of Castro #441E2E

Color information

#441E2E (or 0x441E2E) is unknown color: approx Castro. HEX triplet: 44, 1E and 2E. RGB value is (68,30,46). Sum of RGB (Red+Green+Blue) = 68+30+46=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #441E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E2E is #BBE1D1. Grayscale: #2B2B2B. Windows color (decimal): -12313042 or 3022404. OLE color: 3022404.

HSL color Cylindrical-coordinate representation of color #441E2E: hue angle of 334.74º 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 #441E2E is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB683046-
CMYK00.560.320.73
HSL334.74º38.78%19.22%-
HSV(B)334.74º55.88%26.67%-
XYZ3.342.352.86-
YUV43.19129.59145.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.22%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=47.22%
G=20.83%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68304600.560.320.73334.7438.7819.22
Hex441E2E038204914f2713
Octal1043656070401115174723
Binary1000100111101011100111000100000100100110100111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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