#390823

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

Shades of Blackberry #390823

Tints of Blackberry #390823

Color information

#390823 (or 0x390823) is unknown color: approx Blackberry. HEX triplet: 39, 08 and 23. RGB value is (57,8,35). Sum of RGB (Red+Green+Blue) = 57+8+35=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #390823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390823 is #C6F7DC. Grayscale: #191919. Windows color (decimal): -13039581 or 2295865. OLE color: 2295865.

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

Color convert

RGB57835-
CMYK00.860.390.78
HSL326.94º75.38%12.75%-
HSV(B)326.94º85.96%22.35%-
XYZ2.081.161.71-
YUV25.73133.23150.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57%
GREEN value IS 8 (3.52% from 255) = 8%
BLUE value IS 35 (14.06% from 255) = 35%
R=57%
G=8%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5783500.860.390.78326.9475.3812.75
Hex39823056274E1474bd
Octal71104301264711650711315
Binary111001100010001101010110100111100111010100011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390823; }

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

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

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

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

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

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

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

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