#3D072E

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

Shades of Blackberry #3D072E

Tints of Blackberry #3D072E

Color information

#3D072E (or 0x3D072E) is unknown color: approx Blackberry. HEX triplet: 3D, 07 and 2E. RGB value is (61,7,46). Sum of RGB (Red+Green+Blue) = 61+7+46=114 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.51% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 61 - color contains mainly: red. Hex color #3D072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D072E is #C2F8D1. Grayscale: #1B1B1B. Windows color (decimal): -12777682 or 3016509. OLE color: 3016509.

HSL color Cylindrical-coordinate representation of color #3D072E: hue angle of 316.67º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D072E is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB61746-
CMYK00.890.250.76
HSL316.67º79.41%13.33%-
HSV(B)316.67º88.52%23.92%-
XYZ2.491.342.71-
YUV27.59138.39151.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.51%
GREEN value IS 7 (3.12% from 255) = 6.14%
BLUE value IS 46 (18.36% from 255) = 40.35%
R=53.51%
G=6.14%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6174600.890.250.76316.6779.4113.33
Hex3D72E059194C13d4fd
Octal7575601313111447511715
Binary1111011111011100101100111001100110010011110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,7,46); }

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

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

 a { background-color: rgb(61,7,46); }

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

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

 span { border-color: rgb(61,7,46); }

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