#2B061F

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

Shades of Blackberry #2B061F

Tints of Blackberry #2B061F

Color information

#2B061F (or 0x2B061F) is unknown color: approx Blackberry. HEX triplet: 2B, 06 and 1F. RGB value is (43,6,31). Sum of RGB (Red+Green+Blue) = 43+6+31=80 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.75% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 43 - color contains mainly: red. Hex color #2B061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B061F is #D4F9E0. Grayscale: #131313. Windows color (decimal): -13957601 or 2033195. OLE color: 2033195.

HSL color Cylindrical-coordinate representation of color #2B061F: hue angle of 319.46º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B061F is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.83.

Color convert

RGB43631-
CMYK00.860.280.83
HSL319.46º75.51%9.61%-
HSV(B)319.46º86.05%16.86%-
XYZ1.310.741.37-
YUV19.91134.26144.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 53.75%
GREEN value IS 6 (2.73% from 255) = 7.5%
BLUE value IS 31 (12.5% from 255) = 38.75%
R=53.75%
G=7.5%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4363100.860.280.83319.4675.519.61
Hex2B61F0561C5313f4ca
Octal5363701263412347711412
Binary101011110111110101011011100101001110011111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,6,31); }

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

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

 a { background-color: rgb(43,6,31); }

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

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

 span { border-color: rgb(43,6,31); }

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