#3D062F

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

Shades of Blackberry #3D062F

Tints of Blackberry #3D062F

Color information

#3D062F (or 0x3D062F) is unknown color: approx Blackberry. HEX triplet: 3D, 06 and 2F. RGB value is (61,6,47). Sum of RGB (Red+Green+Blue) = 61+6+47=114 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.51% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 61 - color contains mainly: red. Hex color #3D062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D062F is #C2F9D0. Grayscale: #1B1B1B. Windows color (decimal): -12777937 or 3081789. OLE color: 3081789.

HSL color Cylindrical-coordinate representation of color #3D062F: hue angle of 315.27º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D062F is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB61647-
CMYK00.900.230.76
HSL315.27º82.09%13.14%-
HSV(B)315.27º90.16%23.92%-
XYZ2.51.332.81-
YUV27.12139.22152.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.51%
GREEN value IS 6 (2.73% from 255) = 5.26%
BLUE value IS 47 (18.75% from 255) = 41.23%
R=53.51%
G=5.26%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6164700.900.230.76315.2782.0913.14
Hex3D62F05A174C13b52d
Octal7565701322711447312215
Binary1111011101011110101101010111100110010011101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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