#2D0017

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

Shades of Blackberry #2D0017

Tints of Blackberry #2D0017

Color information

#2D0017 (or 0x2D0017) is unknown color: approx Blackberry. HEX triplet: 2D, 00 and 17. RGB value is (45,0,23). Sum of RGB (Red+Green+Blue) = 45+0+23=68 (9% of max value = 765). Red value is 45 (17.97% from 255 or 66.18% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0017 is #D2FFE8. Grayscale: #101010. Windows color (decimal): -13828073 or 1507373. OLE color: 1507373.

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

Color convert

RGB45023-
CMYK010.490.82
HSL329.33º100%8.82%-
HSV(B)329.33º100%17.65%-
XYZ1.240.620.87-
YUV16.08131.91148.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 66.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 33.82%
R=66.18%
G=0%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45023010.490.82329.331008.82
Hex2D0170643152149649
Octal5502701446112251114411
Binary10110101011101100100110001101001010100100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,0,23); }

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

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

 a { background-color: rgb(45,0,23); }

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

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

 span { border-color: rgb(45,0,23); }

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