#331828

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

Shades of Blackberry #331828

Tints of Blackberry #331828

Color information

#331828 (or 0x331828) is unknown color: approx Blackberry. HEX triplet: 33, 18 and 28. RGB value is (51,24,40). Sum of RGB (Red+Green+Blue) = 51+24+40=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #331828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331828 is #CCE7D7. Grayscale: #212121. Windows color (decimal): -13428696 or 2627635. OLE color: 2627635.

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

Color convert

RGB512440-
CMYK00.530.220.8
HSL324.44º36%14.71%-
HSV(B)324.44º52.94%20%-
XYZ2.071.512.19-
YUV33.9131.45140.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.35%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 40 (16.02% from 255) = 34.78%
R=44.35%
G=20.87%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51244000.530.220.8324.443614.71
Hex331828035165014424f
Octal633050065261205044417
Binary1100111100010100001101011011010100001010001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331828; }

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

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

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

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

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

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

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

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