#441E33

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

Shades of Blackberry #441E33

Tints of Blackberry #441E33

Color information

#441E33 (or 0x441E33) is unknown color: approx Blackberry. HEX triplet: 44, 1E and 33. RGB value is (68,30,51). Sum of RGB (Red+Green+Blue) = 68+30+51=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #441E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E33 is #BBE1CC. Grayscale: #2B2B2B. Windows color (decimal): -12313037 or 3350084. OLE color: 3350084.

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

Color convert

RGB683051-
CMYK00.560.250.73
HSL326.84º38.78%19.22%-
HSV(B)326.84º55.88%26.67%-
XYZ3.452.43.41-
YUV43.76132.09145.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 51 (20.31% from 255) = 34.23%
R=45.64%
G=20.13%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68305100.560.250.73326.8438.7819.22
Hex441E3303819491472713
Octal1043663070311115074723
Binary100010011110110011011100011001100100110100011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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