#3D081E

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

Shades of Blackberry #3D081E

Tints of Blackberry #3D081E

Color information

#3D081E (or 0x3D081E) is unknown color: approx Blackberry. HEX triplet: 3D, 08 and 1E. RGB value is (61,8,30). Sum of RGB (Red+Green+Blue) = 61+8+30=99 (13% of max value = 765). Red value is 61 (24.22% from 255 or 61.62% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 61 - color contains mainly: red. Hex color #3D081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D081E is #C2F7E1. Grayscale: #1A1A1A. Windows color (decimal): -12777442 or 1968189. OLE color: 1968189.

HSL color Cylindrical-coordinate representation of color #3D081E: hue angle of 335.09º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D081E is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.76.

Color convert

RGB61830-
CMYK00.870.510.76
HSL335.09º76.81%13.53%-
HSV(B)335.09º86.89%23.92%-
XYZ2.251.261.35-
YUV26.36130.06152.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 61.62%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=61.62%
G=8.08%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6183000.870.510.76335.0976.8113.53
Hex3D81E057334C14f4de
Octal75103601276311451711516
Binary11110110001111001010111110011100110010100111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,8,30); }

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

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

 a { background-color: rgb(61,8,30); }

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

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

 span { border-color: rgb(61,8,30); }

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