#390E21

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

Shades of Blackberry #390E21

Tints of Blackberry #390E21

Color information

#390E21 (or 0x390E21) is unknown color: approx Blackberry. HEX triplet: 39, 0E and 21. RGB value is (57,14,33). Sum of RGB (Red+Green+Blue) = 57+14+33=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #390E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E21 is #C6F1DE. Grayscale: #1C1C1C. Windows color (decimal): -13038047 or 2166329. OLE color: 2166329.

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

Color convert

RGB571433-
CMYK00.750.420.78
HSL333.49º60.56%13.92%-
HSV(B)333.49º75.44%22.35%-
XYZ2.121.291.58-
YUV29.02130.25147.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 14 (5.86% from 255) = 13.46%
BLUE value IS 33 (13.28% from 255) = 31.73%
R=54.81%
G=13.46%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57143300.750.420.78333.4960.5613.92
Hex39E2104B2A4E14d3de
Octal7116410113521165157516
Binary11100111101000010100101110101010011101010011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390E21; }

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

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

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

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

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

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

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

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