#422235

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

Shades of Blackberry #422235

Tints of Blackberry #422235

Color information

#422235 (or 0x422235) is unknown color: approx Blackberry. HEX triplet: 42, 22 and 35. RGB value is (66,34,53). Sum of RGB (Red+Green+Blue) = 66+34+53=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #422235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422235 is #BDDDCA. Grayscale: #2D2D2D. Windows color (decimal): -12443083 or 3482178. OLE color: 3482178.

HSL color Cylindrical-coordinate representation of color #422235: hue angle of 324.38º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #422235 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB663453-
CMYK00.480.200.74
HSL324.38º32%19.61%-
HSV(B)324.38º48.48%25.88%-
XYZ3.462.563.68-
YUV45.73132.1142.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 53 (21.09% from 255) = 34.64%
R=43.14%
G=22.22%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66345300.480.200.74324.383219.61
Hex422235030144A1442014
Octal1024265060241125044024
Binary1000010100010110101011000010100100101010100010010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422235; }

 p { color: rgb(66,34,53); }

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

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

 a { background-color: rgb(66,34,53); }

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

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

 span { border-color: rgb(66,34,53); }

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