#351C29

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

Shades of Blackberry #351C29

Tints of Blackberry #351C29

Color information

#351C29 (or 0x351C29) is unknown color: approx Blackberry. HEX triplet: 35, 1C and 29. RGB value is (53,28,41). Sum of RGB (Red+Green+Blue) = 53+28+41=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #351C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C29 is #CAE3D6. Grayscale: #242424. Windows color (decimal): -13296599 or 2694197. OLE color: 2694197.

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

Color convert

RGB532841-
CMYK00.470.230.79
HSL328.8º30.86%15.88%-
HSV(B)328.8º47.17%20.78%-
XYZ2.281.752.31-
YUV36.96130.28139.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 41 (16.41% from 255) = 33.61%
R=43.44%
G=22.95%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53284100.470.230.79328.830.8615.88
Hex351C2902F174F1491f10
Octal653451057271175113720
Binary1101011110010100101011111011110011111010010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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