#3D061C

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

Shades of Blackberry #3D061C

Tints of Blackberry #3D061C

Color information

#3D061C (or 0x3D061C) is unknown color: approx Blackberry. HEX triplet: 3D, 06 and 1C. RGB value is (61,6,28). Sum of RGB (Red+Green+Blue) = 61+6+28=95 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.21% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 61 - color contains mainly: red. Hex color #3D061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D061C is #C2F9E3. Grayscale: #181818. Windows color (decimal): -12777956 or 1836605. OLE color: 1836605.

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

Color convert

RGB61628-
CMYK00.900.540.76
HSL336º82.09%13.14%-
HSV(B)336º90.16%23.92%-
XYZ2.21.211.22-
YUV24.95129.72153.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 64.21%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 28 (11.33% from 255) = 29.47%
R=64.21%
G=6.32%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6162800.900.540.7633682.0913.14
Hex3D61C05A364C15052d
Octal7563401326611452012215
Binary1111011101110001011010110110100110010101000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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