#39182F

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

Shades of Blackberry #39182F

Tints of Blackberry #39182F

Color information

#39182F (or 0x39182F) is unknown color: approx Blackberry. HEX triplet: 39, 18 and 2F. RGB value is (57,24,47). Sum of RGB (Red+Green+Blue) = 57+24+47=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #39182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39182F is #C6E7D0. Grayscale: #242424. Windows color (decimal): -13035473 or 3086393. OLE color: 3086393.

HSL color Cylindrical-coordinate representation of color #39182F: hue angle of 318.18º 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 #39182F is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB572447-
CMYK00.580.180.78
HSL318.18º40.74%15.88%-
HSV(B)318.18º57.89%22.35%-
XYZ2.531.732.89-
YUV36.49133.93142.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 47 (18.75% from 255) = 36.72%
R=44.53%
G=18.75%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57244700.580.180.78318.1840.7415.88
Hex39182F03A124E13e2910
Octal713057072221164765120
Binary11100111000101111011101010010100111010011111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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