#350127

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

Shades of Blackberry #350127

Tints of Blackberry #350127

Color information

#350127 (or 0x350127) is unknown color: approx Blackberry. HEX triplet: 35, 01 and 27. RGB value is (53,1,39). Sum of RGB (Red+Green+Blue) = 53+1+39=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #350127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350127 is #CAFED8. Grayscale: #141414. Windows color (decimal): -13303513 or 2556213. OLE color: 2556213.

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

Color convert

RGB53139-
CMYK00.980.260.79
HSL316.15º96.3%10.59%-
HSV(B)316.15º98.11%20.78%-
XYZ1.850.932-
YUV20.88138.23150.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 39 (15.62% from 255) = 41.94%
R=56.99%
G=1.08%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5313900.980.260.79316.1596.310.59
Hex351270621A4F13c60b
Octal6514701423211747414013
Binary11010111001110110001011010100111110011110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350127; }

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

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

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

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

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

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

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

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