#350821

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

Shades of Blackberry #350821

Tints of Blackberry #350821

Color information

#350821 (or 0x350821) is unknown color: approx Blackberry. HEX triplet: 35, 08 and 21. RGB value is (53,8,33). Sum of RGB (Red+Green+Blue) = 53+8+33=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350821 is #CAF7DE. Grayscale: #181818. Windows color (decimal): -13301727 or 2164789. OLE color: 2164789.

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

Color convert

RGB53833-
CMYK00.850.380.79
HSL326.67º73.77%11.96%-
HSV(B)326.67º84.91%20.78%-
XYZ1.831.041.54-
YUV24.3132.91148.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 33 (13.28% from 255) = 35.11%
R=56.38%
G=8.51%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5383300.850.380.79326.6773.7711.96
Hex35821055264F1474ac
Octal65104101254611750711214
Binary110101100010000101010101100110100111110100011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350821; }

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

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

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

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

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

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

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

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