#2D0719

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

Shades of Blackberry #2D0719

Tints of Blackberry #2D0719

Color information

#2D0719 (or 0x2D0719) is unknown color: approx Blackberry. HEX triplet: 2D, 07 and 19. RGB value is (45,7,25). Sum of RGB (Red+Green+Blue) = 45+7+25=77 (10% of max value = 765). Red value is 45 (17.97% from 255 or 58.44% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0719 is #D2F8E6. Grayscale: #141414. Windows color (decimal): -13826279 or 1640237. OLE color: 1640237.

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

Color convert

RGB45725-
CMYK00.840.440.82
HSL331.58º73.08%10.2%-
HSV(B)331.58º84.44%17.65%-
XYZ1.330.781-
YUV20.41130.59145.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 58.44%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 25 (10.16% from 255) = 32.47%
R=58.44%
G=9.09%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4572500.840.440.82331.5873.0810.2
Hex2D7190542C5214c49a
Octal5573101245412251411112
Binary1011011111100101010100101100101001010100110010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,7,25); }

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

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

 a { background-color: rgb(45,7,25); }

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

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

 span { border-color: rgb(45,7,25); }

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