#442236

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

Shades of Blackberry #442236

Tints of Blackberry #442236

Color information

#442236 (or 0x442236) is unknown color: approx Blackberry. HEX triplet: 44, 22 and 36. RGB value is (68,34,54). Sum of RGB (Red+Green+Blue) = 68+34+54=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #442236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442236 is #BBDDC9. Grayscale: #2E2E2E. Windows color (decimal): -12312010 or 3547716. OLE color: 3547716.

HSL color Cylindrical-coordinate representation of color #442236: hue angle of 324.71º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442236 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB683454-
CMYK00.500.210.73
HSL324.71º33.33%20%-
HSV(B)324.71º50%26.67%-
XYZ3.622.643.81-
YUV46.45132.26143.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 54 (21.48% from 255) = 34.62%
R=43.59%
G=21.79%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68345400.500.210.73324.7133.3320
Hex44223603215491452114
Octal1044266062251115054124
Binary1000100100010110110011001010101100100110100010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442236; }

 p { color: rgb(68,34,54); }

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

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

 a { background-color: rgb(68,34,54); }

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

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

 span { border-color: rgb(68,34,54); }

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