#4B082C

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

Shades of Blackberry #4B082C

Tints of Blackberry #4B082C

Color information

#4B082C (or 0x4B082C) is unknown color: approx Blackberry. HEX triplet: 4B, 08 and 2C. RGB value is (75,8,44). Sum of RGB (Red+Green+Blue) = 75+8+44=127 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.06% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 75 - color contains mainly: red. Hex color #4B082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B082C is #B4F7D3. Grayscale: #202020. Windows color (decimal): -11859924 or 2885707. OLE color: 2885707.

HSL color Cylindrical-coordinate representation of color #4B082C: hue angle of 327.76º 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 #4B082C is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB75844-
CMYK00.890.410.71
HSL327.76º80.72%16.27%-
HSV(B)327.76º89.33%29.41%-
XYZ3.441.852.56-
YUV32.14134.7158.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 59.06%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=59.06%
G=6.30%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7584400.890.410.71327.7680.7216.27
Hex4B82C05929471485110
Octal113105401315110751012120
Binary10010111000101100010110011010011000111101001000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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