#390826

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

Shades of Blackberry #390826

Tints of Blackberry #390826

Color information

#390826 (or 0x390826) is unknown color: approx Blackberry. HEX triplet: 39, 08 and 26. RGB value is (57,8,38). Sum of RGB (Red+Green+Blue) = 57+8+38=103 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.34% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 57 - color contains mainly: red. Hex color #390826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390826 is #C6F7D9. Grayscale: #191919. Windows color (decimal): -13039578 or 2492473. OLE color: 2492473.

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

Color convert

RGB57838-
CMYK00.860.330.78
HSL323.27º75.38%12.75%-
HSV(B)323.27º85.96%22.35%-
XYZ2.121.181.95-
YUV26.07134.73150.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.34%
GREEN value IS 8 (3.52% from 255) = 7.77%
BLUE value IS 38 (15.23% from 255) = 36.89%
R=55.34%
G=7.77%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5783800.860.330.78323.2775.3812.75
Hex39826056214E1434bd
Octal71104601264111650311315
Binary111001100010011001010110100001100111010100001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390826; }

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

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

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

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

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

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

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

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