#350619

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

Shades of Blackberry #350619

Tints of Blackberry #350619

Color information

#350619 (or 0x350619) is unknown color: approx Blackberry. HEX triplet: 35, 06 and 19. RGB value is (53,6,25). Sum of RGB (Red+Green+Blue) = 53+6+25=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #350619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350619 is #CAF9E6. Grayscale: #161616. Windows color (decimal): -13302247 or 1639989. OLE color: 1639989.

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

Color convert

RGB53625-
CMYK00.890.530.79
HSL335.74º79.66%11.57%-
HSV(B)335.74º88.68%20.78%-
XYZ1.710.961.01-
YUV22.22129.57149.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.10%
GREEN value IS 6 (2.73% from 255) = 7.14%
BLUE value IS 25 (10.16% from 255) = 29.76%
R=63.10%
G=7.14%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5362500.890.530.79335.7479.6611.57
Hex35619059354F15050c
Octal6563101316511752012014
Binary1101011101100101011001110101100111110101000010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350619; }

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

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

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

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

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

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

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

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