#33002A

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

Shades of Blackberry #33002A

Tints of Blackberry #33002A

Color information

#33002A (or 0x33002A) is unknown color: approx Blackberry. HEX triplet: 33, 00 and 2A. RGB value is (51,0,42). Sum of RGB (Red+Green+Blue) = 51+0+42=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #33002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33002A is #CCFFD5. Grayscale: #131313. Windows color (decimal): -13434838 or 2752563. OLE color: 2752563.

HSL color Cylindrical-coordinate representation of color #33002A: hue angle of 310.59º 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 #33002A is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB51042-
CMYK010.180.8
HSL310.59º100%10%-
HSV(B)310.59º100%20%-
XYZ1.780.872.26-
YUV20.04140.4150.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 45.16%
R=54.84%
G=0%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51042010.180.8310.5910010
Hex3302A064125013764a
Octal6305201442212046714412
Binary11001101010100110010010010101000010011011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33002A; }

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

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

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

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

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

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

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

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