#351124

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

Shades of Blackberry #351124

Tints of Blackberry #351124

Color information

#351124 (or 0x351124) is unknown color: approx Blackberry. HEX triplet: 35, 11 and 24. RGB value is (53,17,36). Sum of RGB (Red+Green+Blue) = 53+17+36=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #351124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351124 is #CAEEDB. Grayscale: #1D1D1D. Windows color (decimal): -13299420 or 2363701. OLE color: 2363701.

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

Color convert

RGB531736-
CMYK00.680.320.79
HSL328.33º51.43%13.73%-
HSV(B)328.33º67.92%20.78%-
XYZ1.991.291.81-
YUV29.93131.43144.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=50%
G=16.04%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53173600.680.320.79328.3351.4313.73
Hex351124044204F14833e
Octal6521440104401175106316
Binary110101100011001000100010010000010011111010010001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351124; }

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

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

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

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

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

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

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

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