#351523

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

Shades of Blackberry #351523

Tints of Blackberry #351523

Color information

#351523 (or 0x351523) is unknown color: approx Blackberry. HEX triplet: 35, 15 and 23. RGB value is (53,21,35). Sum of RGB (Red+Green+Blue) = 53+21+35=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #351523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351523 is #CAEADC. Grayscale: #202020. Windows color (decimal): -13298397 or 2299189. OLE color: 2299189.

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

Color convert

RGB532135-
CMYK00.600.340.79
HSL333.75º43.24%14.51%-
HSV(B)333.75º60.38%20.78%-
XYZ2.041.411.76-
YUV32.16129.6142.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.62%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 35 (14.06% from 255) = 32.11%
R=48.62%
G=19.27%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53213500.600.340.79333.7543.2414.51
Hex35152303C224F14e2bf
Octal652543074421175165317
Binary11010110101100011011110010001010011111010011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351523; }

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

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

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

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

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

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

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

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