#390021

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

Shades of Blackberry #390021

Tints of Blackberry #390021

Color information

#390021 (or 0x390021) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 21. RGB value is (57,0,33). Sum of RGB (Red+Green+Blue) = 57+0+33=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #390021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390021 is #C6FFDE. Grayscale: #141414. Windows color (decimal): -13041631 or 2162745. OLE color: 2162745.

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

Color convert

RGB57033-
CMYK010.420.78
HSL325.26º100%11.18%-
HSV(B)325.26º100%22.35%-
XYZ1.960.981.52-
YUV20.8134.88153.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 63.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 36.67%
R=63.33%
G=0%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57033010.420.78325.2610011.18
Hex390210642A4E14564b
Octal7104101445211650514413
Binary111001010000101100100101010100111010100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390021; }

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

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

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

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

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

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

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

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