#3D0119

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

Shades of Blackberry #3D0119

Tints of Blackberry #3D0119

Color information

#3D0119 (or 0x3D0119) is unknown color: approx Blackberry. HEX triplet: 3D, 01 and 19. RGB value is (61,1,25). Sum of RGB (Red+Green+Blue) = 61+1+25=87 (11% of max value = 765). Red value is 61 (24.22% from 255 or 70.11% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0119 is #C2FEE6. Grayscale: #151515. Windows color (decimal): -12779239 or 1638717. OLE color: 1638717.

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

Color convert

RGB61125-
CMYK00.980.590.76
HSL336º96.77%12.16%-
HSV(B)336º98.36%23.92%-
XYZ2.111.081.02-
YUV21.68129.88156.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 70.11%
GREEN value IS 1 (0.78% from 255) = 1.15%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=70.11%
G=1.15%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6112500.980.590.7633696.7712.16
Hex3D1190623B4C15061c
Octal7513101427311452014114
Binary11110111100101100010111011100110010101000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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