#3D1531

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

Shades of Blackberry #3D1531

Tints of Blackberry #3D1531

Color information

#3D1531 (or 0x3D1531) is unknown color: approx Blackberry. HEX triplet: 3D, 15 and 31. RGB value is (61,21,49). Sum of RGB (Red+Green+Blue) = 61+21+49=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1531 is #C2EACE. Grayscale: #242424. Windows color (decimal): -12774095 or 3216701. OLE color: 3216701.

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

Color convert

RGB612149-
CMYK00.660.200.76
HSL318º48.78%16.08%-
HSV(B)318º65.57%23.92%-
XYZ2.751.753.1-
YUV36.15135.25145.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 46.56%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 49 (19.53% from 255) = 37.40%
R=46.56%
G=16.03%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61214900.660.200.7631848.7816.08
Hex3D1531042144C13e3110
Octal7525610102241144766120
Binary111101101011100010100001010100100110010011111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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