#3D112D

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

Shades of Blackberry #3D112D

Tints of Blackberry #3D112D

Color information

#3D112D (or 0x3D112D) is unknown color: approx Blackberry. HEX triplet: 3D, 11 and 2D. RGB value is (61,17,45). Sum of RGB (Red+Green+Blue) = 61+17+45=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D112D is #C2EED2. Grayscale: #212121. Windows color (decimal): -12775123 or 2953533. OLE color: 2953533.

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

Color convert

RGB611745-
CMYK00.720.260.76
HSL321.82º56.41%15.29%-
HSV(B)321.82º72.13%23.92%-
XYZ2.61.582.65-
YUV33.35134.58147.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 49.59%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 45 (17.97% from 255) = 36.59%
R=49.59%
G=13.82%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61174500.720.260.76321.8256.4115.29
Hex3D112D0481A4C14238f
Octal7521550110321145027017
Binary11110110001101101010010001101010011001010000101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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