#350627

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

Shades of Blackberry #350627

Tints of Blackberry #350627

Color information

#350627 (or 0x350627) is unknown color: approx Blackberry. HEX triplet: 35, 06 and 27. RGB value is (53,6,39). Sum of RGB (Red+Green+Blue) = 53+6+39=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #350627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350627 is #CAF9D8. Grayscale: #171717. Windows color (decimal): -13302233 or 2557493. OLE color: 2557493.

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

Color convert

RGB53639-
CMYK00.890.260.79
HSL317.87º79.66%11.57%-
HSV(B)317.87º88.68%20.78%-
XYZ1.91.032.02-
YUV23.82136.57148.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.08%
GREEN value IS 6 (2.73% from 255) = 6.12%
BLUE value IS 39 (15.62% from 255) = 39.80%
R=54.08%
G=6.12%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5363900.890.260.79317.8779.6611.57
Hex356270591A4F13e50c
Octal6564701313211747612014
Binary1101011101001110101100111010100111110011111010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350627; }

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

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

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

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

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

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

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

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