#390221

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

Shades of Blackberry #390221

Tints of Blackberry #390221

Color information

#390221 (or 0x390221) is unknown color: approx Blackberry. HEX triplet: 39, 02 and 21. RGB value is (57,2,33). Sum of RGB (Red+Green+Blue) = 57+2+33=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #390221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390221 is #C6FDDE. Grayscale: #151515. Windows color (decimal): -13041119 or 2163257. OLE color: 2163257.

HSL color Cylindrical-coordinate representation of color #390221: hue angle of 326.18º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390221 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB57233-
CMYK00.960.420.78
HSL326.18º93.22%11.57%-
HSV(B)326.18º96.49%22.35%-
XYZ1.981.021.53-
YUV21.98134.22152.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.96%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 33 (13.28% from 255) = 35.87%
R=61.96%
G=2.17%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5723300.960.420.78326.1893.2211.57
Hex392210602A4E1465dc
Octal7124101405211650613514
Binary1110011010000101100000101010100111010100011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390221; }

 p { color: rgb(57,2,33); }

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

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

 a { background-color: rgb(57,2,33); }

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

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

 span { border-color: rgb(57,2,33); }

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