#39182C

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

Shades of Blackberry #39182C

Tints of Blackberry #39182C

Color information

#39182C (or 0x39182C) is unknown color: approx Blackberry. HEX triplet: 39, 18 and 2C. RGB value is (57,24,44). Sum of RGB (Red+Green+Blue) = 57+24+44=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #39182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39182C is #C6E7D3. Grayscale: #242424. Windows color (decimal): -13035476 or 2889785. OLE color: 2889785.

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

Color convert

RGB572444-
CMYK00.580.230.78
HSL323.64º40.74%15.88%-
HSV(B)323.64º57.89%22.35%-
XYZ2.471.72.58-
YUV36.15132.43142.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=45.6%
G=19.2%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57244400.580.230.78323.6440.7415.88
Hex39182C03A174E1442910
Octal713054072271165045120
Binary11100111000101100011101010111100111010100010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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