#390723

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

Shades of Blackberry #390723

Tints of Blackberry #390723

Color information

#390723 (or 0x390723) is unknown color: approx Blackberry. HEX triplet: 39, 07 and 23. RGB value is (57,7,35). Sum of RGB (Red+Green+Blue) = 57+7+35=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #390723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390723 is #C6F8DC. Grayscale: #191919. Windows color (decimal): -13039837 or 2295609. OLE color: 2295609.

HSL color Cylindrical-coordinate representation of color #390723: hue angle of 326.4º 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 #390723 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB57735-
CMYK00.880.390.78
HSL326.4º78.12%12.55%-
HSV(B)326.4º87.72%22.35%-
XYZ2.071.141.7-
YUV25.14133.56150.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 7 (3.12% from 255) = 7.07%
BLUE value IS 35 (14.06% from 255) = 35.35%
R=57.58%
G=7.07%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5773500.880.390.78326.478.1212.55
Hex39723058274E1464ed
Octal7174301304711650611615
Binary11100111110001101011000100111100111010100011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390723; }

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

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

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

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

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

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

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

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