#441538

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

Shades of Blackberry #441538

Tints of Blackberry #441538

Color information

#441538 (or 0x441538) is unknown color: approx Blackberry. HEX triplet: 44, 15 and 38. RGB value is (68,21,56). Sum of RGB (Red+Green+Blue) = 68+21+56=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #441538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441538 is #BBEAC7. Grayscale: #262626. Windows color (decimal): -12315336 or 3675460. OLE color: 3675460.

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

Color convert

RGB682156-
CMYK00.690.180.73
HSL315.32º52.81%17.45%-
HSV(B)315.32º69.12%26.67%-
XYZ3.372.053.96-
YUV39.04137.57148.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=46.90%
G=14.48%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68215600.690.180.73315.3252.8117.45
Hex441538045124913b3511
Octal10425700105221114736521
Binary1000100101011110000100010110010100100110011101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441538; }

 p { color: rgb(68,21,56); }

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

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

 a { background-color: rgb(68,21,56); }

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

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

 span { border-color: rgb(68,21,56); }

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