#441437

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

Shades of Blackberry #441437

Tints of Blackberry #441437

Color information

#441437 (or 0x441437) is unknown color: approx Blackberry. HEX triplet: 44, 14 and 37. RGB value is (68,20,55). Sum of RGB (Red+Green+Blue) = 68+20+55=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #441437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441437 is #BBEBC8. Grayscale: #262626. Windows color (decimal): -12315593 or 3609668. OLE color: 3609668.

HSL color Cylindrical-coordinate representation of color #441437: hue angle of 316.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 #441437 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB682055-
CMYK00.710.190.73
HSL316.25º54.55%17.25%-
HSV(B)316.25º70.59%26.67%-
XYZ3.322.013.83-
YUV38.34137.4149.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 55 (21.88% from 255) = 38.46%
R=47.55%
G=13.99%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68205500.710.190.73316.2554.5517.25
Hex441437047134913c3711
Octal10424670107231114746721
Binary1000100101001101110100011110011100100110011110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441437; }

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

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

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

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

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

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

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

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