#390123

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

Shades of Blackberry #390123

Tints of Blackberry #390123

Color information

#390123 (or 0x390123) is unknown color: approx Blackberry. HEX triplet: 39, 01 and 23. RGB value is (57,1,35). Sum of RGB (Red+Green+Blue) = 57+1+35=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #390123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390123 is #C6FEDC. Grayscale: #151515. Windows color (decimal): -13041373 or 2294073. OLE color: 2294073.

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

Color convert

RGB57135-
CMYK00.980.390.78
HSL323.57º96.55%11.37%-
HSV(B)323.57º98.25%22.35%-
XYZ21.011.68-
YUV21.62135.55153.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.29%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 35 (14.06% from 255) = 37.63%
R=61.29%
G=1.08%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5713500.980.390.78323.5796.5511.37
Hex39123062274E14461b
Octal7114301424711650414113
Binary111001110001101100010100111100111010100010011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390123; }

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

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

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

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

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

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

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

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