#3D112B

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

Shades of Blackberry #3D112B

Tints of Blackberry #3D112B

Color information

#3D112B (or 0x3D112B) is unknown color: approx Blackberry. HEX triplet: 3D, 11 and 2B. RGB value is (61,17,43). Sum of RGB (Red+Green+Blue) = 61+17+43=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D112B is #C2EED4. Grayscale: #212121. Windows color (decimal): -12775125 or 2822461. OLE color: 2822461.

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

Color convert

RGB611743-
CMYK00.720.300.76
HSL324.55º56.41%15.29%-
HSV(B)324.55º72.13%23.92%-
XYZ2.561.572.45-
YUV33.12133.58147.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.41%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=50.41%
G=14.05%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61174300.720.300.76324.5556.4115.29
Hex3D112B0481E4C14538f
Octal7521530110361145057017
Binary11110110001101011010010001111010011001010001011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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