#330424

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

Shades of Blackberry #330424

Tints of Blackberry #330424

Color information

#330424 (or 0x330424) is unknown color: approx Blackberry. HEX triplet: 33, 04 and 24. RGB value is (51,4,36). Sum of RGB (Red+Green+Blue) = 51+4+36=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #330424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330424 is #CCFBDB. Grayscale: #151515. Windows color (decimal): -13433820 or 2360371. OLE color: 2360371.

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

Color convert

RGB51436-
CMYK00.920.290.8
HSL319.15º85.45%10.78%-
HSV(B)319.15º92.16%20%-
XYZ1.730.921.76-
YUV21.7136.07148.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.04%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 36 (14.45% from 255) = 39.56%
R=56.04%
G=4.40%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5143600.920.290.8319.1585.4510.78
Hex3342405C1D5013f55b
Octal6344401343512047712513
Binary1100111001001000101110011101101000010011111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330424; }

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

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

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

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

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

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

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

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