#330428

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

Shades of Blackberry #330428

Tints of Blackberry #330428

Color information

#330428 (or 0x330428) is unknown color: approx Blackberry. HEX triplet: 33, 04 and 28. RGB value is (51,4,40). Sum of RGB (Red+Green+Blue) = 51+4+40=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #330428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330428 is #CCFBD7. Grayscale: #161616. Windows color (decimal): -13433816 or 2622515. OLE color: 2622515.

HSL color Cylindrical-coordinate representation of color #330428: hue angle of 314.04º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330428 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB51440-
CMYK00.920.220.8
HSL314.04º85.45%10.78%-
HSV(B)314.04º92.16%20%-
XYZ1.790.942.1-
YUV22.16138.07148.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 40 (16.02% from 255) = 42.11%
R=53.68%
G=4.21%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5144000.920.220.8314.0485.4510.78
Hex3342805C165013a55b
Octal6345001342612047212513
Binary1100111001010000101110010110101000010011101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330428; }

 p { color: rgb(51,4,40); }

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

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

 a { background-color: rgb(51,4,40); }

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

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

 span { border-color: rgb(51,4,40); }

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