#350624

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

Shades of Blackberry #350624

Tints of Blackberry #350624

Color information

#350624 (or 0x350624) is unknown color: approx Blackberry. HEX triplet: 35, 06 and 24. RGB value is (53,6,36). Sum of RGB (Red+Green+Blue) = 53+6+36=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #350624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350624 is #CAF9DB. Grayscale: #171717. Windows color (decimal): -13302236 or 2360885. OLE color: 2360885.

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

Color convert

RGB53636-
CMYK00.890.320.79
HSL321.7º79.66%11.57%-
HSV(B)321.7º88.68%20.78%-
XYZ1.851.011.77-
YUV23.47135.07149.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.79%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 36 (14.45% from 255) = 37.89%
R=55.79%
G=6.32%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5363600.890.320.79321.779.6611.57
Hex35624059204F14250c
Octal6564401314011750212014
Binary11010111010010001011001100000100111110100001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350624; }

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

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

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

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

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

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

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

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