#3D112F

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

Shades of Blackberry #3D112F

Tints of Blackberry #3D112F

Color information

#3D112F (or 0x3D112F) is unknown color: approx Blackberry. HEX triplet: 3D, 11 and 2F. RGB value is (61,17,47). Sum of RGB (Red+Green+Blue) = 61+17+47=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D112F is #C2EED0. Grayscale: #212121. Windows color (decimal): -12775121 or 3084605. OLE color: 3084605.

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

Color convert

RGB611747-
CMYK00.720.230.76
HSL319.09º56.41%15.29%-
HSV(B)319.09º72.13%23.92%-
XYZ2.641.62.86-
YUV33.58135.58147.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.8%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=48.8%
G=13.6%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61174700.720.230.76319.0956.4115.29
Hex3D112F048174C13f38f
Octal7521570110271144777017
Binary11110110001101111010010001011110011001001111111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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