#3D132F

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

Shades of Blackberry #3D132F

Tints of Blackberry #3D132F

Color information

#3D132F (or 0x3D132F) is unknown color: approx Blackberry. HEX triplet: 3D, 13 and 2F. RGB value is (61,19,47). Sum of RGB (Red+Green+Blue) = 61+19+47=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 61 - color contains mainly: red. Hex color #3D132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D132F is #C2ECD0. Grayscale: #222222. Windows color (decimal): -12774609 or 3085117. OLE color: 3085117.

HSL color Cylindrical-coordinate representation of color #3D132F: hue angle of 320º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D132F is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB611947-
CMYK00.690.230.76
HSL320º52.5%15.69%-
HSV(B)320º68.85%23.92%-
XYZ2.671.662.87-
YUV34.75134.91146.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.03%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=48.03%
G=14.96%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61194700.690.230.7632052.515.69
Hex3D132F045174C1403410
Octal7523570105271145006420
Binary111101100111011110100010110111100110010100000011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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