#440035

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

Shades of Blackberry #440035

Tints of Blackberry #440035

Color information

#440035 (or 0x440035) is unknown color: approx Blackberry. HEX triplet: 44, 00 and 35. RGB value is (68,0,53). Sum of RGB (Red+Green+Blue) = 68+0+53=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #440035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440035 is #BBFFCA. Grayscale: #1A1A1A. Windows color (decimal): -12320715 or 3473476. OLE color: 3473476.

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

Color convert

RGB68053-
CMYK010.220.73
HSL313.24º100%13.33%-
HSV(B)313.24º100%26.67%-
XYZ3.031.493.5-
YUV26.37143.03157.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 43.80%
R=56.20%
G=0%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68053010.220.73313.2410013.33
Hex44035064164913964d
Octal10406501442611147114415
Binary100010001101010110010010110100100110011100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440035; }

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

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

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

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

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

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

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

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