#351429

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

Shades of Blackberry #351429

Tints of Blackberry #351429

Color information

#351429 (or 0x351429) is unknown color: approx Blackberry. HEX triplet: 35, 14 and 29. RGB value is (53,20,41). Sum of RGB (Red+Green+Blue) = 53+20+41=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #351429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351429 is #CAEBD6. Grayscale: #202020. Windows color (decimal): -13298647 or 2692149. OLE color: 2692149.

HSL color Cylindrical-coordinate representation of color #351429: hue angle of 321.82º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351429 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB532041-
CMYK00.620.230.79
HSL321.82º45.21%14.31%-
HSV(B)321.82º62.26%20.78%-
XYZ2.121.422.26-
YUV32.26132.93142.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.49%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=46.49%
G=17.54%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53204100.620.230.79321.8245.2114.31
Hex35142903E174F1422de
Octal652451076271175025516
Binary1101011010010100101111101011110011111010000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351429; }

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

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

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

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

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

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

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

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