#330029

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

Shades of Blackberry #330029

Tints of Blackberry #330029

Color information

#330029 (or 0x330029) is unknown color: approx Blackberry. HEX triplet: 33, 00 and 29. RGB value is (51,0,41). Sum of RGB (Red+Green+Blue) = 51+0+41=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #330029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330029 is #CCFFD6. Grayscale: #131313. Windows color (decimal): -13434839 or 2687027. OLE color: 2687027.

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

Color convert

RGB51041-
CMYK010.200.8
HSL311.76º100%10%-
HSV(B)311.76º100%20%-
XYZ1.770.862.17-
YUV19.92139.9150.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 44.57%
R=55.43%
G=0%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51041010.200.8311.7610010
Hex33029064145013864a
Octal6305101442412047014412
Binary11001101010010110010010100101000010011100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330029; }

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

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

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

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

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

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

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

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