#390426

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

Shades of Blackberry #390426

Tints of Blackberry #390426

Color information

#390426 (or 0x390426) is unknown color: approx Blackberry. HEX triplet: 39, 04 and 26. RGB value is (57,4,38). Sum of RGB (Red+Green+Blue) = 57+4+38=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #390426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390426 is #C6FBD9. Grayscale: #171717. Windows color (decimal): -13040602 or 2491449. OLE color: 2491449.

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

Color convert

RGB57438-
CMYK00.930.330.78
HSL321.51º86.89%11.96%-
HSV(B)321.51º92.98%22.35%-
XYZ2.081.11.94-
YUV23.72136.06151.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 38 (15.23% from 255) = 38.38%
R=57.58%
G=4.04%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5743800.930.330.78321.5186.8911.96
Hex3942605D214E14257c
Octal7144601354111650212714
Binary11100110010011001011101100001100111010100001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390426; }

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

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

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

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

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

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

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

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