#442035

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

Shades of Blackberry #442035

Tints of Blackberry #442035

Color information

#442035 (or 0x442035) is unknown color: approx Blackberry. HEX triplet: 44, 20 and 35. RGB value is (68,32,53). Sum of RGB (Red+Green+Blue) = 68+32+53=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #442035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442035 is #BBDFCA. Grayscale: #2D2D2D. Windows color (decimal): -12312523 or 3481668. OLE color: 3481668.

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

Color convert

RGB683253-
CMYK00.530.220.73
HSL325º36%19.61%-
HSV(B)325º52.94%26.67%-
XYZ3.542.523.67-
YUV45.16132.43144.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 53 (21.09% from 255) = 34.64%
R=44.44%
G=20.92%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68325300.530.220.733253619.61
Hex44203503516491452414
Octal1044065065261115054424
Binary1000100100000110101011010110110100100110100010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442035; }

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

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

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

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

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

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

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

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