#3D1124

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

Shades of Blackberry #3D1124

Tints of Blackberry #3D1124

Color information

#3D1124 (or 0x3D1124) is unknown color: approx Blackberry. HEX triplet: 3D, 11 and 24. RGB value is (61,17,36). Sum of RGB (Red+Green+Blue) = 61+17+36=114 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.51% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1124 is #C2EEDB. Grayscale: #202020. Windows color (decimal): -12775132 or 2363709. OLE color: 2363709.

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

Color convert

RGB611736-
CMYK00.720.410.76
HSL334.09º56.41%15.29%-
HSV(B)334.09º72.13%23.92%-
XYZ2.441.521.83-
YUV32.32130.08148.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.51%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=53.51%
G=14.91%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61173600.720.410.76334.0956.4115.29
Hex3D1124048294C14e38f
Octal7521440110511145167017
Binary111101100011001000100100010100110011001010011101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,17,36); }

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

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

 a { background-color: rgb(61,17,36); }

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

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

 span { border-color: rgb(61,17,36); }

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