#331825

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

Shades of Blackberry #331825

Tints of Blackberry #331825

Color information

#331825 (or 0x331825) is unknown color: approx Blackberry. HEX triplet: 33, 18 and 25. RGB value is (51,24,37). Sum of RGB (Red+Green+Blue) = 51+24+37=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #331825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331825 is #CCE7DA. Grayscale: #212121. Windows color (decimal): -13428699 or 2431027. OLE color: 2431027.

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

Color convert

RGB512437-
CMYK00.530.270.8
HSL331.11º36%14.71%-
HSV(B)331.11º52.94%20%-
XYZ2.031.491.93-
YUV33.55129.95140.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 37 (14.84% from 255) = 33.04%
R=45.54%
G=21.43%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51243700.530.270.8331.113614.71
Hex3318250351B5014b24f
Octal633045065331205134417
Binary1100111100010010101101011101110100001010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331825; }

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

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

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

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

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

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

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

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