#441933

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

Shades of Blackberry #441933

Tints of Blackberry #441933

Color information

#441933 (or 0x441933) is unknown color: approx Blackberry. HEX triplet: 44, 19 and 33. RGB value is (68,25,51). Sum of RGB (Red+Green+Blue) = 68+25+51=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #441933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441933 is #BBE6CC. Grayscale: #282828. Windows color (decimal): -12314317 or 3348804. OLE color: 3348804.

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

Color convert

RGB682551-
CMYK00.630.250.73
HSL323.72º46.24%18.24%-
HSV(B)323.72º63.24%26.67%-
XYZ3.332.163.37-
YUV40.82133.75147.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.22%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 51 (20.31% from 255) = 35.42%
R=47.22%
G=17.36%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68255100.630.250.73323.7246.2418.24
Hex44193303F19491442e12
Octal1043163077311115045622
Binary100010011001110011011111111001100100110100010010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441933; }

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

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

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

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

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

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

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

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