#3D1B31

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

Shades of Blackberry #3D1B31

Tints of Blackberry #3D1B31

Color information

#3D1B31 (or 0x3D1B31) is unknown color: approx Blackberry. HEX triplet: 3D, 1B and 31. RGB value is (61,27,49). Sum of RGB (Red+Green+Blue) = 61+27+49=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1B31 is #C2E4CE. Grayscale: #272727. Windows color (decimal): -12772559 or 3218237. OLE color: 3218237.

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

Color convert

RGB612749-
CMYK00.560.200.76
HSL321.18º38.64%17.25%-
HSV(B)321.18º55.74%23.92%-
XYZ2.8723.14-
YUV39.67133.26143.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.53%
GREEN value IS 27 (10.94% from 255) = 19.71%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=44.53%
G=19.71%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61274900.560.200.76321.1838.6417.25
Hex3D1B31038144C1412711
Octal753361070241145014721
Binary11110111011110001011100010100100110010100000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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