#33031A

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

Shades of Blackberry #33031A

Tints of Blackberry #33031A

Color information

#33031A (or 0x33031A) is unknown color: approx Blackberry. HEX triplet: 33, 03 and 1A. RGB value is (51,3,26). Sum of RGB (Red+Green+Blue) = 51+3+26=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #33031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33031A is #CCFCE5. Grayscale: #131313. Windows color (decimal): -13434086 or 1704755. OLE color: 1704755.

HSL color Cylindrical-coordinate representation of color #33031A: hue angle of 331.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33031A is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.8.

Color convert

RGB51326-
CMYK00.940.490.8
HSL331.25º88.89%10.59%-
HSV(B)331.25º94.12%20%-
XYZ1.580.841.06-
YUV19.97131.4150.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 63.75%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 26 (10.55% from 255) = 32.5%
R=63.75%
G=3.75%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5132600.940.490.8331.2588.8910.59
Hex3331A05E315014b59b
Octal6333201366112051313113
Binary110011111101001011110110001101000010100101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,3,26); }

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

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

 a { background-color: rgb(51,3,26); }

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

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

 span { border-color: rgb(51,3,26); }

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