#351522

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

Shades of Blackberry #351522

Tints of Blackberry #351522

Color information

#351522 (or 0x351522) is unknown color: approx Blackberry. HEX triplet: 35, 15 and 22. RGB value is (53,21,34). Sum of RGB (Red+Green+Blue) = 53+21+34=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #351522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351522 is #CAEADD. Grayscale: #202020. Windows color (decimal): -13298398 or 2233653. OLE color: 2233653.

HSL color Cylindrical-coordinate representation of color #351522: hue angle of 335.62º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #351522 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.79.

Color convert

RGB532134-
CMYK00.600.360.79
HSL335.62º43.24%14.51%-
HSV(B)335.62º60.38%20.78%-
XYZ2.031.411.68-
YUV32.05129.1142.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.07%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 34 (13.67% from 255) = 31.48%
R=49.07%
G=19.44%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53213400.600.360.79335.6243.2414.51
Hex35152203C244F1502bf
Octal652542074441175205317
Binary11010110101100010011110010010010011111010100001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351522; }

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

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

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

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

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

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

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

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