#350526

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

Shades of Blackberry #350526

Tints of Blackberry #350526

Color information

#350526 (or 0x350526) is unknown color: approx Blackberry. HEX triplet: 35, 05 and 26. RGB value is (53,5,38). Sum of RGB (Red+Green+Blue) = 53+5+38=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #350526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350526 is #CAFAD9. Grayscale: #171717. Windows color (decimal): -13302490 or 2491701. OLE color: 2491701.

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

Color convert

RGB53538-
CMYK00.910.280.79
HSL318.75º82.76%11.37%-
HSV(B)318.75º90.57%20.78%-
XYZ1.871.011.93-
YUV23.11136.4149.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.21%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 38 (15.23% from 255) = 39.58%
R=55.21%
G=5.21%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5353800.910.280.79318.7582.7611.37
Hex3552605B1C4F13f53b
Octal6554601333411747712313
Binary1101011011001100101101111100100111110011111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350526; }

 p { color: rgb(53,5,38); }

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

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

 a { background-color: rgb(53,5,38); }

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

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

 span { border-color: rgb(53,5,38); }

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