#2D091A

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

Shades of Blackberry #2D091A

Tints of Blackberry #2D091A

Color information

#2D091A (or 0x2D091A) is unknown color: approx Blackberry. HEX triplet: 2D, 09 and 1A. RGB value is (45,9,26). Sum of RGB (Red+Green+Blue) = 45+9+26=80 (10% of max value = 765). Red value is 45 (17.97% from 255 or 56.25% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 45 - color contains mainly: red. Hex color #2D091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D091A is #D2F6E5. Grayscale: #151515. Windows color (decimal): -13825766 or 1706285. OLE color: 1706285.

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

Color convert

RGB45926-
CMYK00.80.420.82
HSL331.67º66.67%10.59%-
HSV(B)331.67º80%17.65%-
XYZ1.370.831.07-
YUV21.7130.43144.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 56.25%
GREEN value IS 9 (3.91% from 255) = 11.25%
BLUE value IS 26 (10.55% from 255) = 32.5%
R=56.25%
G=11.25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.42
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4592600.80.420.82331.6766.6710.59
Hex2D91A0502A5214c43b
Octal55113201205212251410313
Binary10110110011101001010000101010101001010100110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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