#39182D

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

Shades of Blackberry #39182D

Tints of Blackberry #39182D

Color information

#39182D (or 0x39182D) is unknown color: approx Blackberry. HEX triplet: 39, 18 and 2D. RGB value is (57,24,45). Sum of RGB (Red+Green+Blue) = 57+24+45=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #39182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39182D is #C6E7D2. Grayscale: #242424. Windows color (decimal): -13035475 or 2955321. OLE color: 2955321.

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

Color convert

RGB572445-
CMYK00.580.210.78
HSL321.82º40.74%15.88%-
HSV(B)321.82º57.89%22.35%-
XYZ2.491.712.68-
YUV36.26132.93142.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=45.24%
G=19.05%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57244500.580.210.78321.8240.7415.88
Hex39182D03A154E1422910
Octal713055072251165025120
Binary11100111000101101011101010101100111010100001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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