#3D182C

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

Shades of Blackberry #3D182C

Tints of Blackberry #3D182C

Color information

#3D182C (or 0x3D182C) is unknown color: approx Blackberry. HEX triplet: 3D, 18 and 2C. RGB value is (61,24,44). Sum of RGB (Red+Green+Blue) = 61+24+44=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D182C is #C2E7D3. Grayscale: #252525. Windows color (decimal): -12773332 or 2889789. OLE color: 2889789.

HSL color Cylindrical-coordinate representation of color #3D182C: hue angle of 327.57º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D182C is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB612444-
CMYK00.610.280.76
HSL327.57º43.53%16.67%-
HSV(B)327.57º60.66%23.92%-
XYZ2.711.832.59-
YUV37.34131.76144.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.29%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 44 (17.58% from 255) = 34.11%
R=47.29%
G=18.60%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61244400.610.280.76327.5743.5316.67
Hex3D182C03D1C4C1482c11
Octal753054075341145105421
Binary11110111000101100011110111100100110010100100010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,24,44); }

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

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

 a { background-color: rgb(61,24,44); }

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

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

 span { border-color: rgb(61,24,44); }

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