#390B26

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

Shades of Blackberry #390B26

Tints of Blackberry #390B26

Color information

#390B26 (or 0x390B26) is unknown color: approx Blackberry. HEX triplet: 39, 0B and 26. RGB value is (57,11,38). Sum of RGB (Red+Green+Blue) = 57+11+38=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #390B26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B26 is #C6F4D9. Grayscale: #1B1B1B. Windows color (decimal): -13038810 or 2493241. OLE color: 2493241.

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

Color convert

RGB571138-
CMYK00.810.330.78
HSL324.78º67.65%13.33%-
HSV(B)324.78º80.7%22.35%-
XYZ2.161.251.96-
YUV27.83133.74148.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.77%
GREEN value IS 11 (4.69% from 255) = 10.38%
BLUE value IS 38 (15.23% from 255) = 35.85%
R=53.77%
G=10.38%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57113800.810.330.78324.7867.6513.33
Hex39B26051214E14544d
Octal71134601214111650510415
Binary111001101110011001010001100001100111010100010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390B26; }

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

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

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

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

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

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

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

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