#331126

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

Shades of Blackberry #331126

Tints of Blackberry #331126

Color information

#331126 (or 0x331126) is unknown color: approx Blackberry. HEX triplet: 33, 11 and 26. RGB value is (51,17,38). Sum of RGB (Red+Green+Blue) = 51+17+38=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #331126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331126 is #CCEED9. Grayscale: #1D1D1D. Windows color (decimal): -13430490 or 2494771. OLE color: 2494771.

HSL color Cylindrical-coordinate representation of color #331126: hue angle of 322.94º 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 #331126 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB511738-
CMYK00.670.250.8
HSL322.94º50%13.33%-
HSV(B)322.94º66.67%20%-
XYZ1.921.241.97-
YUV29.56132.76143.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 38 (15.23% from 255) = 35.85%
R=48.11%
G=16.04%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51173800.670.250.8322.945013.33
Hex331126043195014332d
Octal6321460103311205036215
Binary11001110001100110010000111100110100001010000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331126; }

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

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

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

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

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

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

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

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