#33001F

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

Shades of Blackberry #33001F

Tints of Blackberry #33001F

Color information

#33001F (or 0x33001F) is unknown color: approx Blackberry. HEX triplet: 33, 00 and 1F. RGB value is (51,0,31). Sum of RGB (Red+Green+Blue) = 51+0+31=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #33001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33001F is #CCFFE0. Grayscale: #121212. Windows color (decimal): -13434849 or 2031667. OLE color: 2031667.

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

Color convert

RGB51031-
CMYK010.390.8
HSL323.53º100%10%-
HSV(B)323.53º100%20%-
XYZ1.610.81.37-
YUV18.78134.9150.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 37.80%
R=62.20%
G=0%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51031010.390.8323.5310010
Hex3301F064275014464a
Octal6303701444712050414412
Binary11001101111101100100100111101000010100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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