#39132A

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

Shades of Blackberry #39132A

Tints of Blackberry #39132A

Color information

#39132A (or 0x39132A) is unknown color: approx Blackberry. HEX triplet: 39, 13 and 2A. RGB value is (57,19,42). Sum of RGB (Red+Green+Blue) = 57+19+42=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #39132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39132A is #C6ECD5. Grayscale: #202020. Windows color (decimal): -13036758 or 2757433. OLE color: 2757433.

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

Color convert

RGB571942-
CMYK00.670.260.78
HSL323.68º50%14.9%-
HSV(B)323.68º66.67%22.35%-
XYZ2.341.52.36-
YUV32.98133.09145.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.31%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=48.31%
G=16.10%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57194200.670.260.78323.685014.9
Hex39132A0431A4E14432f
Octal7123520103321165046217
Binary11100110011101010010000111101010011101010001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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