#351A26

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

Shades of Blackberry #351A26

Tints of Blackberry #351A26

Color information

#351A26 (or 0x351A26) is unknown color: approx Blackberry. HEX triplet: 35, 1A and 26. RGB value is (53,26,38). Sum of RGB (Red+Green+Blue) = 53+26+38=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #351A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A26 is #CAE5D9. Grayscale: #232323. Windows color (decimal): -13297114 or 2497077. OLE color: 2497077.

HSL color Cylindrical-coordinate representation of color #351A26: hue angle of 333.33º 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 #351A26 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB532638-
CMYK00.510.280.79
HSL333.33º34.18%15.49%-
HSV(B)333.33º50.94%20.78%-
XYZ2.191.642.03-
YUV35.44129.45140.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 38 (15.23% from 255) = 32.48%
R=45.30%
G=22.22%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53263800.510.280.79333.3334.1815.49
Hex351A260331C4F14d22f
Octal653246063341175154217
Binary1101011101010011001100111110010011111010011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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