#330121

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

Shades of Blackberry #330121

Tints of Blackberry #330121

Color information

#330121 (or 0x330121) is unknown color: approx Blackberry. HEX triplet: 33, 01 and 21. RGB value is (51,1,33). Sum of RGB (Red+Green+Blue) = 51+1+33=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #330121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330121 is #CCFEDE. Grayscale: #131313. Windows color (decimal): -13434591 or 2162995. OLE color: 2162995.

HSL color Cylindrical-coordinate representation of color #330121: hue angle of 321.6º 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 #330121 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB51133-
CMYK00.980.350.8
HSL321.6º96.15%10.2%-
HSV(B)321.6º98.04%20%-
XYZ1.650.841.51-
YUV19.6135.56150.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 33 (13.28% from 255) = 38.82%
R=60%
G=1.18%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5113300.980.350.8321.696.1510.2
Hex33121062235014260a
Octal6314101424312050214012
Binary110011110000101100010100011101000010100001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330121; }

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

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

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

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

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

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

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

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