#350225

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

Shades of Blackberry #350225

Tints of Blackberry #350225

Color information

#350225 (or 0x350225) is unknown color: approx Blackberry. HEX triplet: 35, 02 and 25. RGB value is (53,2,37). Sum of RGB (Red+Green+Blue) = 53+2+37=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #350225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350225 is #CAFDDA. Grayscale: #151515. Windows color (decimal): -13303259 or 2425397. OLE color: 2425397.

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

Color convert

RGB53237-
CMYK00.960.300.79
HSL318.82º92.73%10.78%-
HSV(B)318.82º96.23%20.78%-
XYZ1.820.931.83-
YUV21.24136.9150.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 37 (14.84% from 255) = 40.22%
R=57.61%
G=2.17%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5323700.960.300.79318.8292.7310.78
Hex352250601E4F13f5db
Octal6524501403611747713513
Binary110101101001010110000011110100111110011111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350225; }

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

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

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

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

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

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

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

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