#391021

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

Shades of Blackberry #391021

Tints of Blackberry #391021

Color information

#391021 (or 0x391021) is unknown color: approx Blackberry. HEX triplet: 39, 10 and 21. RGB value is (57,16,33). Sum of RGB (Red+Green+Blue) = 57+16+33=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #391021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391021 is #C6EFDE. Grayscale: #1E1E1E. Windows color (decimal): -13037535 or 2166841. OLE color: 2166841.

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

Color convert

RGB571633-
CMYK00.720.420.78
HSL335.12º56.16%14.31%-
HSV(B)335.12º71.93%22.35%-
XYZ2.151.351.59-
YUV30.2129.58147.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.77%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=53.77%
G=15.09%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57163300.720.420.78335.1256.1614.31
Hex3910210482A4E14f38e
Octal7120410110521165177016
Binary111001100001000010100100010101010011101010011111110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391021; }

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

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

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

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

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

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

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

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