#351025

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

Shades of Blackberry #351025

Tints of Blackberry #351025

Color information

#351025 (or 0x351025) is unknown color: approx Blackberry. HEX triplet: 35, 10 and 25. RGB value is (53,16,37). Sum of RGB (Red+Green+Blue) = 53+16+37=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #351025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351025 is #CAEFDA. Grayscale: #1D1D1D. Windows color (decimal): -13299675 or 2428981. OLE color: 2428981.

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

Color convert

RGB531637-
CMYK00.700.300.79
HSL325.95º53.62%13.53%-
HSV(B)325.95º69.81%20.78%-
XYZ1.991.261.89-
YUV29.46132.26144.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 37 (14.84% from 255) = 34.91%
R=50%
G=15.09%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53163700.700.300.79325.9553.6213.53
Hex3510250461E4F14636e
Octal6520450106361175066616
Binary11010110000100101010001101111010011111010001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351025; }

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

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

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

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

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

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

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

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