#390724

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

Shades of Blackberry #390724

Tints of Blackberry #390724

Color information

#390724 (or 0x390724) is unknown color: approx Blackberry. HEX triplet: 39, 07 and 24. RGB value is (57,7,36). Sum of RGB (Red+Green+Blue) = 57+7+36=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #390724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390724 is #C6F8DB. Grayscale: #191919. Windows color (decimal): -13039836 or 2361145. OLE color: 2361145.

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

Color convert

RGB57736-
CMYK00.880.370.78
HSL325.2º78.12%12.55%-
HSV(B)325.2º87.72%22.35%-
XYZ2.081.151.78-
YUV25.26134.06150.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57%
GREEN value IS 7 (3.12% from 255) = 7%
BLUE value IS 36 (14.45% from 255) = 36%
R=57%
G=7%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5773600.880.370.78325.278.1212.55
Hex39724058254E1454ed
Octal7174401304511650511615
Binary11100111110010001011000100101100111010100010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390724; }

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

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

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

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

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

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

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

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