#351024

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

Shades of Blackberry #351024

Tints of Blackberry #351024

Color information

#351024 (or 0x351024) is unknown color: approx Blackberry. HEX triplet: 35, 10 and 24. RGB value is (53,16,36). Sum of RGB (Red+Green+Blue) = 53+16+36=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #351024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351024 is #CAEFDB. Grayscale: #1D1D1D. Windows color (decimal): -13299676 or 2363445. OLE color: 2363445.

HSL color Cylindrical-coordinate representation of color #351024: hue angle of 327.57º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #351024 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.79.

Color convert

RGB531636-
CMYK00.700.320.79
HSL327.57º53.62%13.53%-
HSV(B)327.57º69.81%20.78%-
XYZ1.971.251.81-
YUV29.34131.76144.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=50.48%
G=15.24%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53163600.700.320.79327.5753.6213.53
Hex351024046204F14836e
Octal6520440106401175106616
Binary110101100001001000100011010000010011111010010001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351024; }

 p { color: rgb(53,16,36); }

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

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

 a { background-color: rgb(53,16,36); }

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

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

 span { border-color: rgb(53,16,36); }

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