#3D152C

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

Shades of Blackberry #3D152C

Tints of Blackberry #3D152C

Color information

#3D152C (or 0x3D152C) is unknown color: approx Blackberry. HEX triplet: 3D, 15 and 2C. RGB value is (61,21,44). Sum of RGB (Red+Green+Blue) = 61+21+44=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D152C is #C2EAD3. Grayscale: #232323. Windows color (decimal): -12774100 or 2889021. OLE color: 2889021.

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

Color convert

RGB612144-
CMYK00.660.280.76
HSL325.5º48.78%16.08%-
HSV(B)325.5º65.57%23.92%-
XYZ2.651.712.57-
YUV35.58132.75146.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.41%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 44 (17.58% from 255) = 34.92%
R=48.41%
G=16.67%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61214400.660.280.76325.548.7816.08
Hex3D152C0421C4C1463110
Octal7525540102341145066120
Binary111101101011011000100001011100100110010100011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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