#2D061A

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

Shades of Blackberry #2D061A

Tints of Blackberry #2D061A

Color information

#2D061A (or 0x2D061A) is unknown color: approx Blackberry. HEX triplet: 2D, 06 and 1A. RGB value is (45,6,26). Sum of RGB (Red+Green+Blue) = 45+6+26=77 (10% of max value = 765). Red value is 45 (17.97% from 255 or 58.44% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 45 - color contains mainly: red. Hex color #2D061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D061A is #D2F9E5. Grayscale: #131313. Windows color (decimal): -13826534 or 1705517. OLE color: 1705517.

HSL color Cylindrical-coordinate representation of color #2D061A: hue angle of 329.23º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D061A is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.82.

Color convert

RGB45626-
CMYK00.870.420.82
HSL329.23º76.47%10%-
HSV(B)329.23º86.67%17.65%-
XYZ1.330.761.05-
YUV19.94131.42145.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 58.44%
GREEN value IS 6 (2.73% from 255) = 7.79%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=58.44%
G=7.79%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4562600.870.420.82329.2376.4710
Hex2D61A0572A521494ca
Octal5563201275212251111412
Binary1011011101101001010111101010101001010100100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,6,26); }

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

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

 a { background-color: rgb(45,6,26); }

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

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

 span { border-color: rgb(45,6,26); }

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