#39172E

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

Shades of Blackberry #39172E

Tints of Blackberry #39172E

Color information

#39172E (or 0x39172E) is unknown color: approx Blackberry. HEX triplet: 39, 17 and 2E. RGB value is (57,23,46). Sum of RGB (Red+Green+Blue) = 57+23+46=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #39172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39172E is #C6E8D1. Grayscale: #232323. Windows color (decimal): -13035730 or 3020601. OLE color: 3020601.

HSL color Cylindrical-coordinate representation of color #39172E: hue angle of 319.41º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39172E is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB572346-
CMYK00.600.190.78
HSL319.41º42.5%15.69%-
HSV(B)319.41º59.65%22.35%-
XYZ2.491.682.78-
YUV35.79133.76143.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=45.24%
G=18.25%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57234600.600.190.78319.4142.515.69
Hex39172E03C134E13f2a10
Octal712756074231164775220
Binary11100110111101110011110010011100111010011111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39172E; }

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

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

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

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

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

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

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

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