#331829

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

Shades of Blackberry #331829

Tints of Blackberry #331829

Color information

#331829 (or 0x331829) is unknown color: approx Blackberry. HEX triplet: 33, 18 and 29. RGB value is (51,24,41). Sum of RGB (Red+Green+Blue) = 51+24+41=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #331829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331829 is #CCE7D6. Grayscale: #212121. Windows color (decimal): -13428695 or 2693171. OLE color: 2693171.

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

Color convert

RGB512441-
CMYK00.530.200.8
HSL322.22º36%14.71%-
HSV(B)322.22º52.94%20%-
XYZ2.091.522.28-
YUV34.01131.95140.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=43.97%
G=20.69%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51244100.530.200.8322.223614.71
Hex331829035145014224f
Octal633051065241205024417
Binary1100111100010100101101011010010100001010000101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331829; }

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

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

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

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

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

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

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

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