#441835

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

Shades of Blackberry #441835

Tints of Blackberry #441835

Color information

#441835 (or 0x441835) is unknown color: approx Blackberry. HEX triplet: 44, 18 and 35. RGB value is (68,24,53). Sum of RGB (Red+Green+Blue) = 68+24+53=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #441835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441835 is #BBE7CA. Grayscale: #282828. Windows color (decimal): -12314571 or 3479620. OLE color: 3479620.

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

Color convert

RGB682453-
CMYK00.650.220.73
HSL320.45º47.83%18.04%-
HSV(B)320.45º64.71%26.67%-
XYZ3.352.143.6-
YUV40.46135.08147.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=46.90%
G=16.55%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68245300.650.220.73320.4547.8318.04
Hex44183504116491403012
Octal10430650101261115006022
Binary1000100110001101010100000110110100100110100000011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441835; }

 p { color: rgb(68,24,53); }

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

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

 a { background-color: rgb(68,24,53); }

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

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

 span { border-color: rgb(68,24,53); }

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