#33001A

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

Shades of Blackberry #33001A

Tints of Blackberry #33001A

Color information

#33001A (or 0x33001A) is unknown color: approx Blackberry. HEX triplet: 33, 00 and 1A. RGB value is (51,0,26). Sum of RGB (Red+Green+Blue) = 51+0+26=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #33001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33001A is #CCFFE5. Grayscale: #121212. Windows color (decimal): -13434854 or 1703987. OLE color: 1703987.

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

Color convert

RGB51026-
CMYK010.490.8
HSL329.41º100%10%-
HSV(B)329.41º100%20%-
XYZ1.550.781.05-
YUV18.21132.4151.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 66.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=66.23%
G=0%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51026010.490.8329.4110010
Hex3301A064315014964a
Octal6303201446112051114412
Binary11001101101001100100110001101000010100100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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