#441433

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

Shades of Blackberry #441433

Tints of Blackberry #441433

Color information

#441433 (or 0x441433) is unknown color: approx Blackberry. HEX triplet: 44, 14 and 33. RGB value is (68,20,51). Sum of RGB (Red+Green+Blue) = 68+20+51=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #441433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441433 is #BBEBCC. Grayscale: #252525. Windows color (decimal): -12315597 or 3347524. OLE color: 3347524.

HSL color Cylindrical-coordinate representation of color #441433: hue angle of 321.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #441433 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB682051-
CMYK00.710.250.73
HSL321.25º54.55%17.25%-
HSV(B)321.25º70.59%26.67%-
XYZ3.231.973.34-
YUV37.89135.4149.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.92%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 51 (20.31% from 255) = 36.69%
R=48.92%
G=14.39%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68205100.710.250.73321.2554.5517.25
Hex44143304719491413711
Octal10424630107311115016721
Binary1000100101001100110100011111001100100110100000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441433; }

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

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

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

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

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

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

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

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