#33001e

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

Shades of Blackberry #33001E

Tints of Blackberry #33001E

Color information

#33001E (or 0x33001E) is unknown color: approx Blackberry. HEX triplet: 33, 00 and 1E. RGB value is (51,0,30). Sum of RGB (Red+Green+Blue) = 51+0+30=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #33001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33001E is #CCFFE1. Grayscale: #121212. Windows color (decimal): -13434850 or 1966131. OLE color: 1966131.

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

Color convert

RGB51030-
CMYK010.410.8
HSL324.71º100%10%-
HSV(B)324.71º100%20%-
XYZ1.60.81.3-
YUV18.67134.4151.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=62.96%
G=0%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51030010.410.8324.7110010
Hex3301E064295014564a
Octal6303601445112050514412
Binary11001101111001100100101001101000010100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33001e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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