#3D1231

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

Shades of Blackberry #3D1231

Tints of Blackberry #3D1231

Color information

#3D1231 (or 0x3D1231) is unknown color: approx Blackberry. HEX triplet: 3D, 12 and 31. RGB value is (61,18,49). Sum of RGB (Red+Green+Blue) = 61+18+49=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1231 is #C2EDCE. Grayscale: #222222. Windows color (decimal): -12774863 or 3215933. OLE color: 3215933.

HSL color Cylindrical-coordinate representation of color #3D1231: hue angle of 316.74º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D1231 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB611849-
CMYK00.700.200.76
HSL316.74º54.43%15.49%-
HSV(B)316.74º70.49%23.92%-
XYZ2.71.653.08-
YUV34.39136.25146.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.66%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 49 (19.53% from 255) = 38.28%
R=47.66%
G=14.06%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61184900.700.200.76316.7454.4315.49
Hex3D1231046144C13d36f
Octal7522610106241144756617
Binary11110110010110001010001101010010011001001111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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