#390423

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

Shades of Blackberry #390423

Tints of Blackberry #390423

Color information

#390423 (or 0x390423) is unknown color: approx Blackberry. HEX triplet: 39, 04 and 23. RGB value is (57,4,35). Sum of RGB (Red+Green+Blue) = 57+4+35=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #390423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390423 is #C6FBDC. Grayscale: #171717. Windows color (decimal): -13040605 or 2294841. OLE color: 2294841.

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

Color convert

RGB57435-
CMYK00.930.390.78
HSL324.91º86.89%11.96%-
HSV(B)324.91º92.98%22.35%-
XYZ2.031.081.69-
YUV23.38134.56151.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 59.38%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 35 (14.06% from 255) = 36.46%
R=59.38%
G=4.17%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5743500.930.390.78324.9186.8911.96
Hex3942305D274E14557c
Octal7144301354711650512714
Binary11100110010001101011101100111100111010100010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390423; }

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

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

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

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

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

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

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

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