#331428

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

Shades of Blackberry #331428

Tints of Blackberry #331428

Color information

#331428 (or 0x331428) is unknown color: approx Blackberry. HEX triplet: 33, 14 and 28. RGB value is (51,20,40). Sum of RGB (Red+Green+Blue) = 51+20+40=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #331428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331428 is #CCEBD7. Grayscale: #1F1F1F. Windows color (decimal): -13429720 or 2626611. OLE color: 2626611.

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

Color convert

RGB512040-
CMYK00.610.220.8
HSL321.29º43.66%13.92%-
HSV(B)321.29º60.78%20%-
XYZ21.362.16-
YUV31.55132.77141.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=45.95%
G=18.02%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51204000.610.220.8321.2943.6613.92
Hex33142803D16501412ce
Octal632450075261205015416
Binary1100111010010100001111011011010100001010000011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331428; }

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

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

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

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

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

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

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

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