#39142D

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

Shades of Blackberry #39142D

Tints of Blackberry #39142D

Color information

#39142D (or 0x39142D) is unknown color: approx Blackberry. HEX triplet: 39, 14 and 2D. RGB value is (57,20,45). Sum of RGB (Red+Green+Blue) = 57+20+45=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #39142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39142D is #C6EBD2. Grayscale: #212121. Windows color (decimal): -13036499 or 2954297. OLE color: 2954297.

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

Color convert

RGB572045-
CMYK00.650.210.78
HSL319.46º48.05%15.1%-
HSV(B)319.46º64.91%22.35%-
XYZ2.411.562.66-
YUV33.91134.26144.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 45 (17.97% from 255) = 36.89%
R=46.72%
G=16.39%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57204500.650.210.78319.4648.0515.1
Hex39142D041154E13f30f
Octal7124550101251164776017
Binary11100110100101101010000011010110011101001111111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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