#3D011B

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

Shades of Blackberry #3D011B

Tints of Blackberry #3D011B

Color information

#3D011B (or 0x3D011B) is unknown color: approx Blackberry. HEX triplet: 3D, 01 and 1B. RGB value is (61,1,27). Sum of RGB (Red+Green+Blue) = 61+1+27=89 (11% of max value = 765). Red value is 61 (24.22% from 255 or 68.54% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 61 - color contains mainly: red. Hex color #3D011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D011B is #C2FEE4. Grayscale: #151515. Windows color (decimal): -12779237 or 1769789. OLE color: 1769789.

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

Color convert

RGB61127-
CMYK00.980.560.76
HSL334º96.77%12.16%-
HSV(B)334º98.36%23.92%-
XYZ2.131.091.14-
YUV21.9130.88155.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 68.54%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=68.54%
G=1.12%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6112700.980.560.7633496.7712.16
Hex3D11B062384C14e61c
Octal7513301427011451614114
Binary11110111101101100010111000100110010100111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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