#390427

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

Shades of Blackberry #390427

Tints of Blackberry #390427

Color information

#390427 (or 0x390427) is unknown color: approx Blackberry. HEX triplet: 39, 04 and 27. RGB value is (57,4,39). Sum of RGB (Red+Green+Blue) = 57+4+39=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 39 (15.62% from 255 or 39% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #390427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390427 is #C6FBD8. Grayscale: #171717. Windows color (decimal): -13040601 or 2556985. OLE color: 2556985.

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

Color convert

RGB57439-
CMYK00.930.320.78
HSL320.38º86.89%11.96%-
HSV(B)320.38º92.98%22.35%-
XYZ2.11.12.02-
YUV23.84136.56151.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57%
GREEN value IS 4 (1.95% from 255) = 4%
BLUE value IS 39 (15.62% from 255) = 39%
R=57%
G=4%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5743900.930.320.78320.3886.8911.96
Hex3942705D204E14057c
Octal7144701354011650012714
Binary11100110010011101011101100000100111010100000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390427; }

 p { color: rgb(57,4,39); }

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

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

 a { background-color: rgb(57,4,39); }

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

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

 span { border-color: rgb(57,4,39); }

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