#351925

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

Shades of Blackberry #351925

Tints of Blackberry #351925

Color information

#351925 (or 0x351925) is unknown color: approx Blackberry. HEX triplet: 35, 19 and 25. RGB value is (53,25,37). Sum of RGB (Red+Green+Blue) = 53+25+37=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #351925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351925 is #CAE6DA. Grayscale: #222222. Windows color (decimal): -13297371 or 2431285. OLE color: 2431285.

HSL color Cylindrical-coordinate representation of color #351925: hue angle of 334.29º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #351925 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB532537-
CMYK00.530.300.79
HSL334.29º35.9%15.29%-
HSV(B)334.29º52.83%20.78%-
XYZ2.151.591.94-
YUV34.74129.28141.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 37 (14.84% from 255) = 32.17%
R=46.09%
G=21.74%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53253700.530.300.79334.2935.915.29
Hex3519250351E4F14e24f
Octal653145065361175164417
Binary1101011100110010101101011111010011111010011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351925; }

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

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

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

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

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

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

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

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