#350027

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

Shades of Blackberry #350027

Tints of Blackberry #350027

Color information

#350027 (or 0x350027) is unknown color: approx Blackberry. HEX triplet: 35, 00 and 27. RGB value is (53,0,39). Sum of RGB (Red+Green+Blue) = 53+0+39=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #350027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350027 is #CAFFD8. Grayscale: #141414. Windows color (decimal): -13303769 or 2555957. OLE color: 2555957.

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

Color convert

RGB53039-
CMYK010.260.79
HSL315.85º100%10.39%-
HSV(B)315.85º100%20.78%-
XYZ1.830.92-
YUV20.29138.56151.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 42.39%
R=57.61%
G=0%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53039010.260.79315.8510010.39
Hex350270641A4F13c64a
Octal6504701443211747414412
Binary11010101001110110010011010100111110011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350027; }

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

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

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

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

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

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

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

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