#390824

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

Shades of Blackberry #390824

Tints of Blackberry #390824

Color information

#390824 (or 0x390824) is unknown color: approx Blackberry. HEX triplet: 39, 08 and 24. RGB value is (57,8,36). Sum of RGB (Red+Green+Blue) = 57+8+36=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #390824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390824 is #C6F7DB. Grayscale: #191919. Windows color (decimal): -13039580 or 2361401. OLE color: 2361401.

HSL color Cylindrical-coordinate representation of color #390824: hue angle of 325.71º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390824 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB57836-
CMYK00.860.370.78
HSL325.71º75.38%12.75%-
HSV(B)325.71º85.96%22.35%-
XYZ2.091.171.78-
YUV25.84133.73150.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 56.44%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 36 (14.45% from 255) = 35.64%
R=56.44%
G=7.92%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5783600.860.370.78325.7175.3812.75
Hex39824056254E1464bd
Octal71104401264511650611315
Binary111001100010010001010110100101100111010100011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390824; }

 p { color: rgb(57,8,36); }

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

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

 a { background-color: rgb(57,8,36); }

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

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

 span { border-color: rgb(57,8,36); }

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