#391425

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

Shades of Blackberry #391425

Tints of Blackberry #391425

Color information

#391425 (or 0x391425) is unknown color: approx Blackberry. HEX triplet: 39, 14 and 25. RGB value is (57,20,37). Sum of RGB (Red+Green+Blue) = 57+20+37=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #391425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391425 is #C6EBDA. Grayscale: #202020. Windows color (decimal): -13036507 or 2430009. OLE color: 2430009.

HSL color Cylindrical-coordinate representation of color #391425: hue angle of 332.43º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #391425 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB572037-
CMYK00.650.350.78
HSL332.43º48.05%15.1%-
HSV(B)332.43º64.91%22.35%-
XYZ2.271.51.92-
YUV33130.26145.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=50%
G=17.54%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57203700.650.350.78332.4348.0515.1
Hex391425041234E14c30f
Octal7124450101431165146017
Binary111001101001001010100000110001110011101010011001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391425; }

 p { color: rgb(57,20,37); }

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

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

 a { background-color: rgb(57,20,37); }

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

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

 span { border-color: rgb(57,20,37); }

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