#39172A

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

Shades of Blackberry #39172A

Tints of Blackberry #39172A

Color information

#39172A (or 0x39172A) is unknown color: approx Blackberry. HEX triplet: 39, 17 and 2A. RGB value is (57,23,42). Sum of RGB (Red+Green+Blue) = 57+23+42=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #39172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39172A is #C6E8D5. Grayscale: #232323. Windows color (decimal): -13035734 or 2758457. OLE color: 2758457.

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

Color convert

RGB572342-
CMYK00.600.260.78
HSL326.47º42.5%15.69%-
HSV(B)326.47º59.65%22.35%-
XYZ2.411.652.38-
YUV35.33131.76143.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=46.72%
G=18.85%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57234200.600.260.78326.4742.515.69
Hex39172A03C1A4E1462a10
Octal712752074321165065220
Binary11100110111101010011110011010100111010100011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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