#39142E

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

Shades of Blackberry #39142E

Tints of Blackberry #39142E

Color information

#39142E (or 0x39142E) is unknown color: approx Blackberry. HEX triplet: 39, 14 and 2E. RGB value is (57,20,46). Sum of RGB (Red+Green+Blue) = 57+20+46=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #39142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39142E is #C6EBD1. Grayscale: #212121. Windows color (decimal): -13036498 or 3019833. OLE color: 3019833.

HSL color Cylindrical-coordinate representation of color #39142E: hue angle of 317.84º 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 #39142E is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB572046-
CMYK00.650.190.78
HSL317.84º48.05%15.1%-
HSV(B)317.84º64.91%22.35%-
XYZ2.431.572.76-
YUV34.03134.76144.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=46.34%
G=16.26%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57204600.650.190.78317.8448.0515.1
Hex39142E041134E13e30f
Octal7124560101231164766017
Binary11100110100101110010000011001110011101001111101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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