#331725

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

Shades of Blackberry #331725

Tints of Blackberry #331725

Color information

#331725 (or 0x331725) is unknown color: approx Blackberry. HEX triplet: 33, 17 and 25. RGB value is (51,23,37). Sum of RGB (Red+Green+Blue) = 51+23+37=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #331725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331725 is #CCE8DA. Grayscale: #202020. Windows color (decimal): -13428955 or 2430771. OLE color: 2430771.

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

Color convert

RGB512337-
CMYK00.550.270.8
HSL330º37.84%14.51%-
HSV(B)330º54.9%20%-
XYZ2.011.451.92-
YUV32.97130.28140.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 23 (9.38% from 255) = 20.72%
BLUE value IS 37 (14.84% from 255) = 33.33%
R=45.95%
G=20.72%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51233700.550.270.833037.8414.51
Hex3317250371B5014a26f
Octal632745067331205124617
Binary1100111011110010101101111101110100001010010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331725; }

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

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

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

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

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

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

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

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