#351825

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

Shades of Blackberry #351825

Tints of Blackberry #351825

Color information

#351825 (or 0x351825) is unknown color: approx Blackberry. HEX triplet: 35, 18 and 25. RGB value is (53,24,37). Sum of RGB (Red+Green+Blue) = 53+24+37=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #351825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351825 is #CAE7DA. Grayscale: #222222. Windows color (decimal): -13297627 or 2431029. OLE color: 2431029.

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

Color convert

RGB532437-
CMYK00.550.300.79
HSL333.1º37.66%15.1%-
HSV(B)333.1º54.72%20.78%-
XYZ2.131.541.94-
YUV34.15129.61141.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.49%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=46.49%
G=21.05%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53243700.550.300.79333.137.6615.1
Hex3518250371E4F14d26f
Octal653045067361175154617
Binary1101011100010010101101111111010011111010011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351825; }

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

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

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

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

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

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

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

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