#350124

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

Shades of Blackberry #350124

Tints of Blackberry #350124

Color information

#350124 (or 0x350124) is unknown color: approx Blackberry. HEX triplet: 35, 01 and 24. RGB value is (53,1,36). Sum of RGB (Red+Green+Blue) = 53+1+36=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #350124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350124 is #CAFEDB. Grayscale: #141414. Windows color (decimal): -13303516 or 2359605. OLE color: 2359605.

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

Color convert

RGB53136-
CMYK00.980.320.79
HSL319.62º96.3%10.59%-
HSV(B)319.62º98.11%20.78%-
XYZ1.80.911.75-
YUV20.54136.73151.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 36 (14.45% from 255) = 40%
R=58.89%
G=1.11%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5313600.980.320.79319.6296.310.59
Hex35124062204F14060b
Octal6514401424011750014013
Binary110101110010001100010100000100111110100000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350124; }

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

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

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

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

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

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

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

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