#3D1931

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

Shades of Blackberry #3D1931

Tints of Blackberry #3D1931

Color information

#3D1931 (or 0x3D1931) is unknown color: approx Blackberry. HEX triplet: 3D, 19 and 31. RGB value is (61,25,49). Sum of RGB (Red+Green+Blue) = 61+25+49=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1931 is #C2E6CE. Grayscale: #262626. Windows color (decimal): -12773071 or 3217725. OLE color: 3217725.

HSL color Cylindrical-coordinate representation of color #3D1931: hue angle of 320º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D1931 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB612549-
CMYK00.590.200.76
HSL320º41.86%16.86%-
HSV(B)320º59.02%23.92%-
XYZ2.831.913.13-
YUV38.5133.93144.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.19%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=45.19%
G=18.52%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61254900.590.200.7632041.8616.86
Hex3D193103B144C1402a11
Octal753161073241145005221
Binary11110111001110001011101110100100110010100000010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D1931; }

 p { color: rgb(61,25,49); }

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

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

 a { background-color: rgb(61,25,49); }

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

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

 span { border-color: rgb(61,25,49); }

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