#351321

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

Shades of Blackberry #351321

Tints of Blackberry #351321

Color information

#351321 (or 0x351321) is unknown color: approx Blackberry. HEX triplet: 35, 13 and 21. RGB value is (53,19,33). Sum of RGB (Red+Green+Blue) = 53+19+33=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #351321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351321 is #CAECDE. Grayscale: #1E1E1E. Windows color (decimal): -13298911 or 2167605. OLE color: 2167605.

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

Color convert

RGB531933-
CMYK00.640.380.79
HSL335.29º47.22%14.12%-
HSV(B)335.29º64.15%20.78%-
XYZ1.981.331.59-
YUV30.76129.26143.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=50.48%
G=18.10%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53193300.640.380.79335.2947.2214.12
Hex351321040264F14f2fe
Octal6523410100461175175716
Binary110101100111000010100000010011010011111010011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351321; }

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

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

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

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

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

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

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

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