#4B0829

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

Shades of Blackberry #4B0829

Tints of Blackberry #4B0829

Color information

#4B0829 (or 0x4B0829) is unknown color: approx Blackberry. HEX triplet: 4B, 08 and 29. RGB value is (75,8,41). Sum of RGB (Red+Green+Blue) = 75+8+41=124 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.48% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0829 is #B4F7D6. Grayscale: #1F1F1F. Windows color (decimal): -11859927 or 2689099. OLE color: 2689099.

HSL color Cylindrical-coordinate representation of color #4B0829: hue angle of 330.45º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B0829 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB75841-
CMYK00.890.450.71
HSL330.45º80.72%16.27%-
HSV(B)330.45º89.33%29.41%-
XYZ3.391.832.27-
YUV31.8133.2158.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60.48%
GREEN value IS 8 (3.52% from 255) = 6.45%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=60.48%
G=6.45%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7584100.890.450.71330.4580.7216.27
Hex4B8290592D4714a5110
Octal113105101315510751212120
Binary10010111000101001010110011011011000111101001010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B0829; }

 p { color: rgb(75,8,41); }

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

<style>
 a { background-color: #4B0829; }

 a { background-color: rgb(75,8,41); }

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

<style>
 span { border-color: #4B0829; }

 span { border-color: rgb(75,8,41); }

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