#33061A

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

Shades of Blackberry #33061A

Tints of Blackberry #33061A

Color information

#33061A (or 0x33061A) is unknown color: approx Blackberry. HEX triplet: 33, 06 and 1A. RGB value is (51,6,26). Sum of RGB (Red+Green+Blue) = 51+6+26=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #33061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33061A is #CCF9E5. Grayscale: #151515. Windows color (decimal): -13433318 or 1705523. OLE color: 1705523.

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

Color convert

RGB51626-
CMYK00.880.490.8
HSL333.33º78.95%11.18%-
HSV(B)333.33º88.24%20%-
XYZ1.620.911.07-
YUV21.73130.41148.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 61.45%
GREEN value IS 6 (2.73% from 255) = 7.23%
BLUE value IS 26 (10.55% from 255) = 31.33%
R=61.45%
G=7.23%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5162600.880.490.8333.3378.9511.18
Hex3361A058315014d4fb
Octal6363201306112051511713
Binary1100111101101001011000110001101000010100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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