#390126

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

Shades of Blackberry #390126

Tints of Blackberry #390126

Color information

#390126 (or 0x390126) is unknown color: approx Blackberry. HEX triplet: 39, 01 and 26. RGB value is (57,1,38). Sum of RGB (Red+Green+Blue) = 57+1+38=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #390126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390126 is #C6FED9. Grayscale: #151515. Windows color (decimal): -13041370 or 2490681. OLE color: 2490681.

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

Color convert

RGB57138-
CMYK00.980.330.78
HSL320.36º96.55%11.37%-
HSV(B)320.36º98.25%22.35%-
XYZ2.051.031.92-
YUV21.96137.05152.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 59.38%
GREEN value IS 1 (0.78% from 255) = 1.04%
BLUE value IS 38 (15.23% from 255) = 39.58%
R=59.38%
G=1.04%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5713800.980.330.78320.3696.5511.37
Hex39126062214E14061b
Octal7114601424111650014113
Binary111001110011001100010100001100111010100000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390126; }

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

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

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

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

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

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

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

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