#3D011D

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

Shades of Blackberry #3D011D

Tints of Blackberry #3D011D

Color information

#3D011D (or 0x3D011D) is unknown color: approx Blackberry. HEX triplet: 3D, 01 and 1D. RGB value is (61,1,29). Sum of RGB (Red+Green+Blue) = 61+1+29=91 (12% of max value = 765). Red value is 61 (24.22% from 255 or 67.03% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 61 - color contains mainly: red. Hex color #3D011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D011D is #C2FEE2. Grayscale: #161616. Windows color (decimal): -12779235 or 1900861. OLE color: 1900861.

HSL color Cylindrical-coordinate representation of color #3D011D: hue angle of 332º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D011D is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.76.

Color convert

RGB61129-
CMYK00.980.520.76
HSL332º96.77%12.16%-
HSV(B)332º98.36%23.92%-
XYZ2.161.11.26-
YUV22.13131.88155.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 67.03%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=67.03%
G=1.10%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6112900.980.520.7633296.7712.16
Hex3D11D062344C14c61c
Octal7513501426411451414114
Binary11110111110101100010110100100110010100110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,1,29); }

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

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

 a { background-color: rgb(61,1,29); }

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

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

 span { border-color: rgb(61,1,29); }

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