#33112A

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

Shades of Blackberry #33112A

Tints of Blackberry #33112A

Color information

#33112A (or 0x33112A) is unknown color: approx Blackberry. HEX triplet: 33, 11 and 2A. RGB value is (51,17,42). Sum of RGB (Red+Green+Blue) = 51+17+42=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #33112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33112A is #CCEED5. Grayscale: #1D1D1D. Windows color (decimal): -13430486 or 2756915. OLE color: 2756915.

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

Color convert

RGB511742-
CMYK00.670.180.8
HSL315.88º50%13.33%-
HSV(B)315.88º66.67%20%-
XYZ1.981.272.33-
YUV30.02134.76142.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.36%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 42 (16.80% from 255) = 38.18%
R=46.36%
G=15.45%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51174200.670.180.8315.885013.33
Hex33112A043125013c32d
Octal6321520103221204746215
Binary11001110001101010010000111001010100001001111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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