#350325

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

Shades of Blackberry #350325

Tints of Blackberry #350325

Color information

#350325 (or 0x350325) is unknown color: approx Blackberry. HEX triplet: 35, 03 and 25. RGB value is (53,3,37). Sum of RGB (Red+Green+Blue) = 53+3+37=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #350325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350325 is #CAFCDA. Grayscale: #151515. Windows color (decimal): -13303003 or 2425653. OLE color: 2425653.

HSL color Cylindrical-coordinate representation of color #350325: hue angle of 319.2º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350325 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB53337-
CMYK00.940.300.79
HSL319.2º89.29%10.98%-
HSV(B)319.2º94.34%20.78%-
XYZ1.830.961.84-
YUV21.83136.56150.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 37 (14.84% from 255) = 39.78%
R=56.99%
G=3.23%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5333700.940.300.79319.289.2910.98
Hex3532505E1E4F13f59b
Octal6534501363611747713113
Binary110101111001010101111011110100111110011111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350325; }

 p { color: rgb(53,3,37); }

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

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

 a { background-color: rgb(53,3,37); }

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

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

 span { border-color: rgb(53,3,37); }

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