#3D011F

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

Shades of Blackberry #3D011F

Tints of Blackberry #3D011F

Color information

#3D011F (or 0x3D011F) is unknown color: approx Blackberry. HEX triplet: 3D, 01 and 1F. RGB value is (61,1,31). Sum of RGB (Red+Green+Blue) = 61+1+31=93 (12% of max value = 765). Red value is 61 (24.22% from 255 or 65.59% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 61 - color contains mainly: red. Hex color #3D011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D011F is #C2FEE0. Grayscale: #161616. Windows color (decimal): -12779233 or 2031933. OLE color: 2031933.

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

Color convert

RGB61131-
CMYK00.980.490.76
HSL330º96.77%12.16%-
HSV(B)330º98.36%23.92%-
XYZ2.181.111.4-
YUV22.36132.88155.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 65.59%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=65.59%
G=1.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6113100.980.490.7633096.7712.16
Hex3D11F062314C14a61c
Octal7513701426111451214114
Binary11110111111101100010110001100110010100101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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