#39132D

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

Shades of Blackberry #39132D

Tints of Blackberry #39132D

Color information

#39132D (or 0x39132D) is unknown color: approx Blackberry. HEX triplet: 39, 13 and 2D. RGB value is (57,19,45). Sum of RGB (Red+Green+Blue) = 57+19+45=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #39132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39132D is #C6ECD2. Grayscale: #212121. Windows color (decimal): -13036755 or 2954041. OLE color: 2954041.

HSL color Cylindrical-coordinate representation of color #39132D: hue angle of 318.95º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39132D is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB571945-
CMYK00.670.210.78
HSL318.95º50%14.9%-
HSV(B)318.95º66.67%22.35%-
XYZ2.391.532.65-
YUV33.33134.59144.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.11%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=47.11%
G=15.70%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57194500.670.210.78318.955014.9
Hex39132D043154E13f32f
Octal7123550103251164776217
Binary11100110011101101010000111010110011101001111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39132D; }

 p { color: rgb(57,19,45); }

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

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

 a { background-color: rgb(57,19,45); }

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

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

 span { border-color: rgb(57,19,45); }

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