#441530

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

Shades of Blackberry #441530

Tints of Blackberry #441530

Color information

#441530 (or 0x441530) is unknown color: approx Blackberry. HEX triplet: 44, 15 and 30. RGB value is (68,21,48). Sum of RGB (Red+Green+Blue) = 68+21+48=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #441530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441530 is #BBEACF. Grayscale: #262626. Windows color (decimal): -12315344 or 3151172. OLE color: 3151172.

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

Color convert

RGB682148-
CMYK00.690.290.73
HSL325.53º52.81%17.45%-
HSV(B)325.53º69.12%26.67%-
XYZ3.191.983.01-
YUV38.13133.57149.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.64%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=49.64%
G=15.33%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68214800.690.290.73325.5352.8117.45
Hex4415300451D491463511
Octal10425600105351115066521
Binary1000100101011100000100010111101100100110100011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441530; }

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

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

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

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

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

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

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

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