#33012A

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

Shades of Blackberry #33012A

Tints of Blackberry #33012A

Color information

#33012A (or 0x33012A) is unknown color: approx Blackberry. HEX triplet: 33, 01 and 2A. RGB value is (51,1,42). Sum of RGB (Red+Green+Blue) = 51+1+42=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #33012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33012A is #CCFED5. Grayscale: #141414. Windows color (decimal): -13434582 or 2752819. OLE color: 2752819.

HSL color Cylindrical-coordinate representation of color #33012A: hue angle of 310.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33012A is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB51142-
CMYK00.980.180.8
HSL310.8º96.15%10.2%-
HSV(B)310.8º98.04%20%-
XYZ1.790.892.27-
YUV20.62140.06149.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.26%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 42 (16.80% from 255) = 44.68%
R=54.26%
G=1.06%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5114200.980.180.8310.896.1510.2
Hex3312A062125013760a
Octal6315201422212046714012
Binary11001111010100110001010010101000010011011111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,1,42); }

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

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

 a { background-color: rgb(51,1,42); }

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

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

 span { border-color: rgb(51,1,42); }

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