#350621

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

Shades of Blackberry #350621

Tints of Blackberry #350621

Color information

#350621 (or 0x350621) is unknown color: approx Blackberry. HEX triplet: 35, 06 and 21. RGB value is (53,6,33). Sum of RGB (Red+Green+Blue) = 53+6+33=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #350621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350621 is #CAF9DE. Grayscale: #171717. Windows color (decimal): -13302239 or 2164277. OLE color: 2164277.

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

Color convert

RGB53633-
CMYK00.890.380.79
HSL325.53º79.66%11.57%-
HSV(B)325.53º88.68%20.78%-
XYZ1.8111.54-
YUV23.13133.57149.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 6 (2.73% from 255) = 6.52%
BLUE value IS 33 (13.28% from 255) = 35.87%
R=57.61%
G=6.52%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5363300.890.380.79325.5379.6611.57
Hex35621059264F14650c
Octal6564101314611750612014
Binary11010111010000101011001100110100111110100011010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350621; }

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

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

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

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

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

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

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

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