#351C2A

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

Shades of Blackberry #351C2A

Tints of Blackberry #351C2A

Color information

#351C2A (or 0x351C2A) is unknown color: approx Blackberry. HEX triplet: 35, 1C and 2A. RGB value is (53,28,42). Sum of RGB (Red+Green+Blue) = 53+28+42=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #351C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C2A is #CAE3D5. Grayscale: #252525. Windows color (decimal): -13296598 or 2759733. OLE color: 2759733.

HSL color Cylindrical-coordinate representation of color #351C2A: hue angle of 326.4º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #351C2A is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB532842-
CMYK00.470.210.79
HSL326.4º30.86%15.88%-
HSV(B)326.4º47.17%20.78%-
XYZ2.31.752.41-
YUV37.07130.78139.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 28 (11.33% from 255) = 22.76%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=43.09%
G=22.76%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53284200.470.210.79326.430.8615.88
Hex351C2A02F154F1461f10
Octal653452057251175063720
Binary1101011110010101001011111010110011111010001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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