#351526

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

Shades of Blackberry #351526

Tints of Blackberry #351526

Color information

#351526 (or 0x351526) is unknown color: approx Blackberry. HEX triplet: 35, 15 and 26. RGB value is (53,21,38). Sum of RGB (Red+Green+Blue) = 53+21+38=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #351526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351526 is #CAEAD9. Grayscale: #202020. Windows color (decimal): -13298394 or 2495797. OLE color: 2495797.

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

Color convert

RGB532138-
CMYK00.600.280.79
HSL328.12º43.24%14.51%-
HSV(B)328.12º60.38%20.78%-
XYZ2.091.432-
YUV32.51131.1142.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=47.32%
G=18.75%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53213800.600.280.79328.1243.2414.51
Hex35152603C1C4F1482bf
Octal652546074341175105317
Binary1101011010110011001111001110010011111010010001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351526; }

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

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

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

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

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

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

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

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