#350122

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

Shades of Blackberry #350122

Tints of Blackberry #350122

Color information

#350122 (or 0x350122) is unknown color: approx Blackberry. HEX triplet: 35, 01 and 22. RGB value is (53,1,34). Sum of RGB (Red+Green+Blue) = 53+1+34=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #350122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350122 is #CAFEDD. Grayscale: #141414. Windows color (decimal): -13303518 or 2228533. OLE color: 2228533.

HSL color Cylindrical-coordinate representation of color #350122: hue angle of 321.92º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350122 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.79.

Color convert

RGB53134-
CMYK00.980.360.79
HSL321.92º96.3%10.59%-
HSV(B)321.92º98.11%20.78%-
XYZ1.770.891.59-
YUV20.31135.73151.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.23%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 34 (13.67% from 255) = 38.64%
R=60.23%
G=1.14%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5313400.980.360.79321.9296.310.59
Hex35122062244F14260b
Octal6514201424411750214013
Binary110101110001001100010100100100111110100001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350122; }

 p { color: rgb(53,1,34); }

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

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

 a { background-color: rgb(53,1,34); }

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

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

 span { border-color: rgb(53,1,34); }

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