#330229

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

Shades of Blackberry #330229

Tints of Blackberry #330229

Color information

#330229 (or 0x330229) is unknown color: approx Blackberry. HEX triplet: 33, 02 and 29. RGB value is (51,2,41). Sum of RGB (Red+Green+Blue) = 51+2+41=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #330229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330229 is #CCFDD6. Grayscale: #141414. Windows color (decimal): -13434327 or 2687539. OLE color: 2687539.

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

Color convert

RGB51241-
CMYK00.960.200.8
HSL312.24º92.45%10.39%-
HSV(B)312.24º96.08%20%-
XYZ1.790.912.18-
YUV21.1139.23149.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.26%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 41 (16.41% from 255) = 43.62%
R=54.26%
G=2.13%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5124100.960.200.8312.2492.4510.39
Hex3322906014501385ca
Octal6325101402412047013412
Binary110011101010010110000010100101000010011100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330229; }

 p { color: rgb(51,2,41); }

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

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

 a { background-color: rgb(51,2,41); }

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

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

 span { border-color: rgb(51,2,41); }

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