#390926

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

Shades of Blackberry #390926

Tints of Blackberry #390926

Color information

#390926 (or 0x390926) is unknown color: approx Blackberry. HEX triplet: 39, 09 and 26. RGB value is (57,9,38). Sum of RGB (Red+Green+Blue) = 57+9+38=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #390926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390926 is #C6F6D9. Grayscale: #1A1A1A. Windows color (decimal): -13039322 or 2492729. OLE color: 2492729.

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

Color convert

RGB57938-
CMYK00.840.330.78
HSL323.75º72.73%12.94%-
HSV(B)323.75º84.21%22.35%-
XYZ2.131.211.95-
YUV26.66134.4149.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 38 (15.23% from 255) = 36.54%
R=54.81%
G=8.65%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5793800.840.330.78323.7572.7312.94
Hex39926054214E14449d
Octal71114601244111650411115
Binary111001100110011001010100100001100111010100010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390926; }

 p { color: rgb(57,9,38); }

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

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

 a { background-color: rgb(57,9,38); }

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

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

 span { border-color: rgb(57,9,38); }

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