#351525

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

Shades of Blackberry #351525

Tints of Blackberry #351525

Color information

#351525 (or 0x351525) is unknown color: approx Blackberry. HEX triplet: 35, 15 and 25. RGB value is (53,21,37). Sum of RGB (Red+Green+Blue) = 53+21+37=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #351525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351525 is #CAEADA. Grayscale: #202020. Windows color (decimal): -13298395 or 2430261. OLE color: 2430261.

HSL color Cylindrical-coordinate representation of color #351525: hue angle of 330º 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 #351525 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB532137-
CMYK00.600.300.79
HSL330º43.24%14.51%-
HSV(B)330º60.38%20.78%-
XYZ2.071.431.92-
YUV32.39130.6142.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.75%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 37 (14.84% from 255) = 33.33%
R=47.75%
G=18.92%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53213700.600.300.7933043.2414.51
Hex35152503C1E4F14a2bf
Octal652545074361175125317
Binary1101011010110010101111001111010011111010010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351525; }

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

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

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

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

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

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

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

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