#321825

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

Shades of Blackberry #321825

Tints of Blackberry #321825

Color information

#321825 (or 0x321825) is unknown color: approx Blackberry. HEX triplet: 32, 18 and 25. RGB value is (50,24,37). Sum of RGB (Red+Green+Blue) = 50+24+37=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #321825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321825 is #CDE7DA. Grayscale: #212121. Windows color (decimal): -13494235 or 2431026. OLE color: 2431026.

HSL color Cylindrical-coordinate representation of color #321825: hue angle of 330º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #321825 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB502437-
CMYK00.520.260.80
HSL330º35.14%14.51%-
HSV(B)330º52%19.61%-
XYZ1.981.461.93-
YUV33.26130.11139.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.05%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 37 (14.84% from 255) = 33.33%
R=45.05%
G=21.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50243700.520.260.8033035.1414.51
Hex3218250341A5014a23f
Octal623045064321205124317
Binary1100101100010010101101001101010100001010010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321825; }

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

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

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

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

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

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

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

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