#351A2A

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

Shades of Blackberry #351A2A

Tints of Blackberry #351A2A

Color information

#351A2A (or 0x351A2A) is unknown color: approx Blackberry. HEX triplet: 35, 1A and 2A. RGB value is (53,26,42). Sum of RGB (Red+Green+Blue) = 53+26+42=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #351A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A2A is #CAE5D5. Grayscale: #232323. Windows color (decimal): -13297110 or 2759221. OLE color: 2759221.

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

Color convert

RGB532642-
CMYK00.510.210.79
HSL324.44º34.18%15.49%-
HSV(B)324.44º50.94%20.78%-
XYZ2.261.662.39-
YUV35.9131.45140.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 26 (10.55% from 255) = 21.49%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=43.80%
G=21.49%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53264200.510.210.79324.4434.1815.49
Hex351A2A033154F14422f
Octal653252063251175044217
Binary1101011101010101001100111010110011111010001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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