#331229

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

Shades of Blackberry #331229

Tints of Blackberry #331229

Color information

#331229 (or 0x331229) is unknown color: approx Blackberry. HEX triplet: 33, 12 and 29. RGB value is (51,18,41). Sum of RGB (Red+Green+Blue) = 51+18+41=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #331229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331229 is #CCEDD6. Grayscale: #1E1E1E. Windows color (decimal): -13430231 or 2691635. OLE color: 2691635.

HSL color Cylindrical-coordinate representation of color #331229: hue angle of 318.18º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331229 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB511841-
CMYK00.650.200.8
HSL318.18º47.83%13.53%-
HSV(B)318.18º64.71%20%-
XYZ1.981.32.24-
YUV30.49133.93142.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.36%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 41 (16.41% from 255) = 37.27%
R=46.36%
G=16.36%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51184100.650.200.8318.1847.8313.53
Hex331229041145013e30e
Octal6322510101241204766016
Binary11001110010101001010000011010010100001001111101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331229; }

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

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

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

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

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

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

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

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