#351928

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

Shades of Blackberry #351928

Tints of Blackberry #351928

Color information

#351928 (or 0x351928) is unknown color: approx Blackberry. HEX triplet: 35, 19 and 28. RGB value is (53,25,40). Sum of RGB (Red+Green+Blue) = 53+25+40=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #351928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351928 is #CAE6D7. Grayscale: #232323. Windows color (decimal): -13297368 or 2627893. OLE color: 2627893.

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

Color convert

RGB532540-
CMYK00.530.250.79
HSL327.86º35.9%15.29%-
HSV(B)327.86º52.83%20.78%-
XYZ2.21.612.2-
YUV35.08130.78140.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.92%
GREEN value IS 25 (10.16% from 255) = 21.19%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=44.92%
G=21.19%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53254000.530.250.79327.8635.915.29
Hex351928035194F14824f
Octal653150065311175104417
Binary1101011100110100001101011100110011111010010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351928; }

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

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

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

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

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

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

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

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