#331129

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

Shades of Blackberry #331129

Tints of Blackberry #331129

Color information

#331129 (or 0x331129) is unknown color: approx Blackberry. HEX triplet: 33, 11 and 29. RGB value is (51,17,41). Sum of RGB (Red+Green+Blue) = 51+17+41=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #331129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331129 is #CCEED6. Grayscale: #1D1D1D. Windows color (decimal): -13430487 or 2691379. OLE color: 2691379.

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

Color convert

RGB511741-
CMYK00.670.200.8
HSL317.65º50%13.33%-
HSV(B)317.65º66.67%20%-
XYZ1.971.262.24-
YUV29.9134.26143.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.79%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 41 (16.41% from 255) = 37.61%
R=46.79%
G=15.60%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51174100.670.200.8317.655013.33
Hex331129043145013e32d
Octal6321510103241204766215
Binary11001110001101001010000111010010100001001111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331129; }

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

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

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

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

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

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

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

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