#350128

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

Shades of Blackberry #350128

Tints of Blackberry #350128

Color information

#350128 (or 0x350128) is unknown color: approx Blackberry. HEX triplet: 35, 01 and 28. RGB value is (53,1,40). Sum of RGB (Red+Green+Blue) = 53+1+40=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350128 is #CAFED7. Grayscale: #141414. Windows color (decimal): -13303512 or 2621749. OLE color: 2621749.

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

Color convert

RGB53140-
CMYK00.980.250.79
HSL315º96.3%10.59%-
HSV(B)315º98.11%20.78%-
XYZ1.860.932.09-
YUV20.99138.73150.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 40 (16.02% from 255) = 42.55%
R=56.38%
G=1.06%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5314000.980.250.7931596.310.59
Hex35128062194F13b60b
Octal6515001423111747314013
Binary11010111010000110001011001100111110011101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350128; }

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

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

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

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

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

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

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

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