#350427

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

Shades of Blackberry #350427

Tints of Blackberry #350427

Color information

#350427 (or 0x350427) is unknown color: approx Blackberry. HEX triplet: 35, 04 and 27. RGB value is (53,4,39). Sum of RGB (Red+Green+Blue) = 53+4+39=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #350427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350427 is #CAFBD8. Grayscale: #161616. Windows color (decimal): -13302745 or 2556981. OLE color: 2556981.

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

Color convert

RGB53439-
CMYK00.920.260.79
HSL317.14º85.96%11.18%-
HSV(B)317.14º92.45%20.78%-
XYZ1.880.992.01-
YUV22.64137.23149.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.21%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=55.21%
G=4.17%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5343900.920.260.79317.1485.9611.18
Hex3542705C1A4F13d56b
Octal6544701343211747512613
Binary1101011001001110101110011010100111110011110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350427; }

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

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

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

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

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

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

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

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