#2B0919

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

Shades of Blackberry #2B0919

Tints of Blackberry #2B0919

Color information

#2B0919 (or 0x2B0919) is unknown color: approx Blackberry. HEX triplet: 2B, 09 and 19. RGB value is (43,9,25). Sum of RGB (Red+Green+Blue) = 43+9+25=77 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.84% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0919 is #D4F6E6. Grayscale: #141414. Windows color (decimal): -13956839 or 1640747. OLE color: 1640747.

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

Color convert

RGB43925-
CMYK00.790.420.83
HSL331.76º65.38%10.2%-
HSV(B)331.76º79.07%16.86%-
XYZ1.270.781-
YUV20.99130.26143.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 55.84%
GREEN value IS 9 (3.91% from 255) = 11.69%
BLUE value IS 25 (10.16% from 255) = 32.47%
R=55.84%
G=11.69%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4392500.790.420.83331.7665.3810.2
Hex2B91904F2A5314c41a
Octal53113101175212351410112
Binary10101110011100101001111101010101001110100110010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,9,25); }

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

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

 a { background-color: rgb(43,9,25); }

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

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

 span { border-color: rgb(43,9,25); }

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