#351725

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

Shades of Blackberry #351725

Tints of Blackberry #351725

Color information

#351725 (or 0x351725) is unknown color: approx Blackberry. HEX triplet: 35, 17 and 25. RGB value is (53,23,37). Sum of RGB (Red+Green+Blue) = 53+23+37=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #351725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351725 is #CAE8DA. Grayscale: #212121. Windows color (decimal): -13297883 or 2430773. OLE color: 2430773.

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

Color convert

RGB532337-
CMYK00.570.300.79
HSL332º39.47%14.9%-
HSV(B)332º56.6%20.78%-
XYZ2.111.51.93-
YUV33.57129.94141.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=46.90%
G=20.35%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53233700.570.300.7933239.4714.9
Hex3517250391E4F14c27f
Octal652745071361175144717
Binary1101011011110010101110011111010011111010011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351725; }

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

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

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

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

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

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

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

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