#351424

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

Shades of Blackberry #351424

Tints of Blackberry #351424

Color information

#351424 (or 0x351424) is unknown color: approx Blackberry. HEX triplet: 35, 14 and 24. RGB value is (53,20,36). Sum of RGB (Red+Green+Blue) = 53+20+36=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #351424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351424 is #CAEBDB. Grayscale: #1F1F1F. Windows color (decimal): -13298652 or 2364469. OLE color: 2364469.

HSL color Cylindrical-coordinate representation of color #351424: hue angle of 330.91º 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 #351424 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.79.

Color convert

RGB532036-
CMYK00.620.320.79
HSL330.91º45.21%14.31%-
HSV(B)330.91º62.26%20.78%-
XYZ2.041.381.83-
YUV31.69130.43143.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.62%
GREEN value IS 20 (8.20% from 255) = 18.35%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=48.62%
G=18.35%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53203600.620.320.79330.9145.2114.31
Hex35142403E204F14b2de
Octal652444076401175135516
Binary11010110100100100011111010000010011111010010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351424; }

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

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

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

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

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

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

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

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