#3D152E

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

Shades of Blackberry #3D152E

Tints of Blackberry #3D152E

Color information

#3D152E (or 0x3D152E) is unknown color: approx Blackberry. HEX triplet: 3D, 15 and 2E. RGB value is (61,21,46). Sum of RGB (Red+Green+Blue) = 61+21+46=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D152E is #C2EAD1. Grayscale: #232323. Windows color (decimal): -12774098 or 3020093. OLE color: 3020093.

HSL color Cylindrical-coordinate representation of color #3D152E: hue angle of 322.5º 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 #3D152E is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB612146-
CMYK00.660.250.76
HSL322.5º48.78%16.08%-
HSV(B)322.5º65.57%23.92%-
XYZ2.691.732.78-
YUV35.81133.75145.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.66%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=47.66%
G=16.41%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61214600.660.250.76322.548.7816.08
Hex3D152E042194C1423110
Octal7525560102311145026120
Binary111101101011011100100001011001100110010100001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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