#390419

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

Shades of Blackberry #390419

Tints of Blackberry #390419

Color information

#390419 (or 0x390419) is unknown color: approx Blackberry. HEX triplet: 39, 04 and 19. RGB value is (57,4,25). Sum of RGB (Red+Green+Blue) = 57+4+25=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #390419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390419 is #C6FBE6. Grayscale: #161616. Windows color (decimal): -13040615 or 1639481. OLE color: 1639481.

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

Color convert

RGB57425-
CMYK00.930.560.78
HSL336.23º86.89%11.96%-
HSV(B)336.23º92.98%22.35%-
XYZ1.911.031.02-
YUV22.24129.56152.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 66.28%
GREEN value IS 4 (1.95% from 255) = 4.65%
BLUE value IS 25 (10.16% from 255) = 29.07%
R=66.28%
G=4.65%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5742500.930.560.78336.2386.8911.96
Hex3941905D384E15057c
Octal7143101357011652012714
Binary1110011001100101011101111000100111010101000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390419; }

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

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

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

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

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

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

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

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