#330122

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

Shades of Blackberry #330122

Tints of Blackberry #330122

Color information

#330122 (or 0x330122) is unknown color: approx Blackberry. HEX triplet: 33, 01 and 22. RGB value is (51,1,34). Sum of RGB (Red+Green+Blue) = 51+1+34=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 34 (13.67% from 255 or 39.53% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #330122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330122 is #CCFEDD. Grayscale: #131313. Windows color (decimal): -13434590 or 2228531. OLE color: 2228531.

HSL color Cylindrical-coordinate representation of color #330122: hue angle of 320.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330122 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.8.

Color convert

RGB51134-
CMYK00.980.330.8
HSL320.4º96.15%10.2%-
HSV(B)320.4º98.04%20%-
XYZ1.660.841.59-
YUV19.71136.06150.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 59.30%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 34 (13.67% from 255) = 39.53%
R=59.30%
G=1.16%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5113400.980.330.8320.496.1510.2
Hex33122062215014060a
Octal6314201424112050014012
Binary110011110001001100010100001101000010100000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330122; }

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

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

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

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

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

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

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

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