#39172F

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

Shades of Blackberry #39172F

Tints of Blackberry #39172F

Color information

#39172F (or 0x39172F) is unknown color: approx Blackberry. HEX triplet: 39, 17 and 2F. RGB value is (57,23,47). Sum of RGB (Red+Green+Blue) = 57+23+47=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #39172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39172F is #C6E8D0. Grayscale: #232323. Windows color (decimal): -13035729 or 3086137. OLE color: 3086137.

HSL color Cylindrical-coordinate representation of color #39172F: hue angle of 317.65º 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 #39172F is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB572347-
CMYK00.600.180.78
HSL317.65º42.5%15.69%-
HSV(B)317.65º59.65%22.35%-
XYZ2.511.692.88-
YUV35.9134.26143.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=44.88%
G=18.11%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57234700.600.180.78317.6542.515.69
Hex39172F03C124E13e2a10
Octal712757074221164765220
Binary11100110111101111011110010010100111010011111010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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