#441932

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

Shades of Blackberry #441932

Tints of Blackberry #441932

Color information

#441932 (or 0x441932) is unknown color: approx Blackberry. HEX triplet: 44, 19 and 32. RGB value is (68,25,50). Sum of RGB (Red+Green+Blue) = 68+25+50=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #441932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441932 is #BBE6CD. Grayscale: #282828. Windows color (decimal): -12314318 or 3283268. OLE color: 3283268.

HSL color Cylindrical-coordinate representation of color #441932: hue angle of 325.12º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #441932 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB682550-
CMYK00.630.260.73
HSL325.12º46.24%18.24%-
HSV(B)325.12º63.24%26.67%-
XYZ3.312.153.26-
YUV40.71133.25147.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 25 (10.16% from 255) = 17.48%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=47.55%
G=17.48%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68255000.630.260.73325.1246.2418.24
Hex44193203F1A491452e12
Octal1043162077321115055622
Binary100010011001110010011111111010100100110100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441932; }

 p { color: rgb(68,25,50); }

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

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

 a { background-color: rgb(68,25,50); }

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

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

 span { border-color: rgb(68,25,50); }

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