#441930

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

Shades of Blackberry #441930

Tints of Blackberry #441930

Color information

#441930 (or 0x441930) is unknown color: approx Blackberry. HEX triplet: 44, 19 and 30. RGB value is (68,25,48). Sum of RGB (Red+Green+Blue) = 68+25+48=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #441930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441930 is #BBE6CF. Grayscale: #282828. Windows color (decimal): -12314320 or 3152196. OLE color: 3152196.

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

Color convert

RGB682548-
CMYK00.630.290.73
HSL327.91º46.24%18.24%-
HSV(B)327.91º63.24%26.67%-
XYZ3.272.143.04-
YUV40.48132.25147.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 48 (19.14% from 255) = 34.04%
R=48.23%
G=17.73%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68254800.630.290.73327.9146.2418.24
Hex44193003F1D491482e12
Octal1043160077351115105622
Binary100010011001110000011111111101100100110100100010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441930; }

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

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

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

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

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

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

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

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