#331724

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

Shades of Blackberry #331724

Tints of Blackberry #331724

Color information

#331724 (or 0x331724) is unknown color: approx Blackberry. HEX triplet: 33, 17 and 24. RGB value is (51,23,36). Sum of RGB (Red+Green+Blue) = 51+23+36=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #331724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331724 is #CCE8DB. Grayscale: #202020. Windows color (decimal): -13428956 or 2365235. OLE color: 2365235.

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

Color convert

RGB512336-
CMYK00.550.290.8
HSL332.14º37.84%14.51%-
HSV(B)332.14º54.9%20%-
XYZ1.991.441.84-
YUV32.85129.78140.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.36%
GREEN value IS 23 (9.38% from 255) = 20.91%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=46.36%
G=20.91%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51233600.550.290.8332.1437.8414.51
Hex3317240371D5014c26f
Octal632744067351205144617
Binary1100111011110010001101111110110100001010011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331724; }

 p { color: rgb(51,23,36); }

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

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

 a { background-color: rgb(51,23,36); }

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

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

 span { border-color: rgb(51,23,36); }

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