#33051D

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

Shades of Blackberry #33051D

Tints of Blackberry #33051D

Color information

#33051D (or 0x33051D) is unknown color: approx Blackberry. HEX triplet: 33, 05 and 1D. RGB value is (51,5,29). Sum of RGB (Red+Green+Blue) = 51+5+29=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #33051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33051D is #CCFAE2. Grayscale: #151515. Windows color (decimal): -13433571 or 1901875. OLE color: 1901875.

HSL color Cylindrical-coordinate representation of color #33051D: hue angle of 328.7º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33051D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB51529-
CMYK00.900.430.8
HSL328.7º82.14%10.98%-
HSV(B)328.7º90.2%20%-
XYZ1.640.91.25-
YUV21.49132.24149.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60%
GREEN value IS 5 (2.34% from 255) = 5.88%
BLUE value IS 29 (11.72% from 255) = 34.12%
R=60%
G=5.88%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5152900.900.430.8328.782.1410.98
Hex3351D05A2B5014952b
Octal6353501325312051112213
Binary1100111011110101011010101011101000010100100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33051D; }

 p { color: rgb(51,5,29); }

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

<style>
 a { background-color: #33051D; }

 a { background-color: rgb(51,5,29); }

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

<style>
 span { border-color: #33051D; }

 span { border-color: rgb(51,5,29); }

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