#33001C

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

Shades of Blackberry #33001C

Tints of Blackberry #33001C

Color information

#33001C (or 0x33001C) is unknown color: approx Blackberry. HEX triplet: 33, 00 and 1C. RGB value is (51,0,28). Sum of RGB (Red+Green+Blue) = 51+0+28=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #33001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33001C is #CCFFE3. Grayscale: #121212. Windows color (decimal): -13434852 or 1835059. OLE color: 1835059.

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

Color convert

RGB51028-
CMYK010.450.8
HSL327.06º100%10%-
HSV(B)327.06º100%20%-
XYZ1.570.791.17-
YUV18.44133.4151.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 64.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=64.56%
G=0%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51028010.450.8327.0610010
Hex3301C0642D5014764a
Octal6303401445512050714412
Binary11001101110001100100101101101000010100011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33001C; }

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

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

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

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

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

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

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

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