#3D0132

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

Shades of Blackberry #3D0132

Tints of Blackberry #3D0132

Color information

#3D0132 (or 0x3D0132) is unknown color: approx Blackberry. HEX triplet: 3D, 01 and 32. RGB value is (61,1,50). Sum of RGB (Red+Green+Blue) = 61+1+50=112 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.46% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0132 is #C2FECD. Grayscale: #181818. Windows color (decimal): -12779214 or 3277117. OLE color: 3277117.

HSL color Cylindrical-coordinate representation of color #3D0132: hue angle of 311º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0132 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB61150-
CMYK00.980.180.76
HSL311º96.77%12.16%-
HSV(B)311º98.36%23.92%-
XYZ2.511.243.13-
YUV24.53142.38154.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 54.46%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 50 (19.92% from 255) = 44.64%
R=54.46%
G=0.89%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6115000.980.180.7631196.7712.16
Hex3D132062124C13761c
Octal7516201422211446714114
Binary11110111100100110001010010100110010011011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,1,50); }

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

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

 a { background-color: rgb(61,1,50); }

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

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

 span { border-color: rgb(61,1,50); }

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