#2D011F

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

Shades of Blackberry #2D011F

Tints of Blackberry #2D011F

Color information

#2D011F (or 0x2D011F) is unknown color: approx Blackberry. HEX triplet: 2D, 01 and 1F. RGB value is (45,1,31). Sum of RGB (Red+Green+Blue) = 45+1+31=77 (10% of max value = 765). Red value is 45 (17.97% from 255 or 58.44% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 45 - color contains mainly: red. Hex color #2D011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D011F is #D2FEE0. Grayscale: #111111. Windows color (decimal): -13827809 or 2031917. OLE color: 2031917.

HSL color Cylindrical-coordinate representation of color #2D011F: hue angle of 319.09º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D011F is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.82.

Color convert

RGB45131-
CMYK00.980.310.82
HSL319.09º95.65%9.02%-
HSV(B)319.09º97.78%17.65%-
XYZ1.340.681.36-
YUV17.58135.58147.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 58.44%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 31 (12.5% from 255) = 40.26%
R=58.44%
G=1.30%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4513100.980.310.82319.0995.659.02
Hex2D11F0621F5213f609
Octal5513701423712247714011
Binary1011011111110110001011111101001010011111111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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