#351A27

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

Shades of Blackberry #351A27

Tints of Blackberry #351A27

Color information

#351A27 (or 0x351A27) is unknown color: approx Blackberry. HEX triplet: 35, 1A and 27. RGB value is (53,26,39). Sum of RGB (Red+Green+Blue) = 53+26+39=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #351A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A27 is #CAE5D8. Grayscale: #232323. Windows color (decimal): -13297113 or 2562613. OLE color: 2562613.

HSL color Cylindrical-coordinate representation of color #351A27: hue angle of 331.11º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #351A27 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB532639-
CMYK00.510.260.79
HSL331.11º34.18%15.49%-
HSV(B)331.11º50.94%20.78%-
XYZ2.21.642.12-
YUV35.56129.95140.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.92%
GREEN value IS 26 (10.55% from 255) = 22.03%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=44.92%
G=22.03%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53263900.510.260.79331.1134.1815.49
Hex351A270331A4F14b22f
Octal653247063321175134217
Binary1101011101010011101100111101010011111010010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351A27; }

 p { color: rgb(53,26,39); }

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

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

 a { background-color: rgb(53,26,39); }

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

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

 span { border-color: rgb(53,26,39); }

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