#390017

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

Shades of Blackberry #390017

Tints of Blackberry #390017

Color information

#390017 (or 0x390017) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 17. RGB value is (57,0,23). Sum of RGB (Red+Green+Blue) = 57+0+23=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #390017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390017 is #C6FFE8. Grayscale: #131313. Windows color (decimal): -13041641 or 1507385. OLE color: 1507385.

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

Color convert

RGB57023-
CMYK010.600.78
HSL335.79º100%11.18%-
HSV(B)335.79º100%22.35%-
XYZ1.840.930.89-
YUV19.66129.88154.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 71.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 28.75%
R=71.25%
G=0%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57023010.600.78335.7910011.18
Hex390170643C4E15064b
Octal7102701447411652014413
Binary11100101011101100100111100100111010101000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390017; }

 p { color: rgb(57,0,23); }

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

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

 a { background-color: rgb(57,0,23); }

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

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

 span { border-color: rgb(57,0,23); }

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