#390026

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

Shades of Blackberry #390026

Tints of Blackberry #390026

Color information

#390026 (or 0x390026) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 26. RGB value is (57,0,38). Sum of RGB (Red+Green+Blue) = 57+0+38=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #390026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390026 is #C6FFD9. Grayscale: #151515. Windows color (decimal): -13041626 or 2490425. OLE color: 2490425.

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

Color convert

RGB57038-
CMYK010.330.78
HSL320º100%11.18%-
HSV(B)320º100%22.35%-
XYZ2.041.011.92-
YUV21.38137.38153.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57038010.330.7832010011.18
Hex39026064214E14064b
Octal7104601444111650014413
Binary111001010011001100100100001100111010100000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390026; }

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

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

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

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

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

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

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

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