#3D062A

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

Shades of Blackberry #3D062A

Tints of Blackberry #3D062A

Color information

#3D062A (or 0x3D062A) is unknown color: approx Blackberry. HEX triplet: 3D, 06 and 2A. RGB value is (61,6,42). Sum of RGB (Red+Green+Blue) = 61+6+42=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D062A is #C2F9D5. Grayscale: #1A1A1A. Windows color (decimal): -12777942 or 2754109. OLE color: 2754109.

HSL color Cylindrical-coordinate representation of color #3D062A: hue angle of 320.73º 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 #3D062A is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.76.

Color convert

RGB61642-
CMYK00.900.310.76
HSL320.73º82.09%13.14%-
HSV(B)320.73º90.16%23.92%-
XYZ2.411.292.31-
YUV26.55136.72152.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.96%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 42 (16.80% from 255) = 38.53%
R=55.96%
G=5.50%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6164200.900.310.76320.7382.0913.14
Hex3D62A05A1F4C14152d
Octal7565201323711450112215
Binary1111011101010100101101011111100110010100000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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