#390022

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

Shades of Blackberry #390022

Tints of Blackberry #390022

Color information

#390022 (or 0x390022) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 22. RGB value is (57,0,34). Sum of RGB (Red+Green+Blue) = 57+0+34=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #390022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390022 is #C6FFDD. Grayscale: #141414. Windows color (decimal): -13041630 or 2228281. OLE color: 2228281.

HSL color Cylindrical-coordinate representation of color #390022: hue angle of 324.21º 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 #390022 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.78.

Color convert

RGB57034-
CMYK010.400.78
HSL324.21º100%11.18%-
HSV(B)324.21º100%22.35%-
XYZ1.980.991.6-
YUV20.92135.38153.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 62.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=62.64%
G=0%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57034010.400.78324.2110011.18
Hex39022064284E14464b
Octal7104201445011650414413
Binary111001010001001100100101000100111010100010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390022; }

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

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

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

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

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

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

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

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