#4B1D36

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

Shades of Blackberry #4B1D36

Tints of Blackberry #4B1D36

Color information

#4B1D36 (or 0x4B1D36) is unknown color: approx Blackberry. HEX triplet: 4B, 1D and 36. RGB value is (75,29,54). Sum of RGB (Red+Green+Blue) = 75+29+54=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1D36 is #B4E2C9. Grayscale: #2D2D2D. Windows color (decimal): -11854538 or 3546443. OLE color: 3546443.

HSL color Cylindrical-coordinate representation of color #4B1D36: hue angle of 327.39º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B1D36 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.71.

Color convert

RGB752954-
CMYK00.610.280.71
HSL327.39º44.23%20.39%-
HSV(B)327.39º61.33%29.41%-
XYZ4.012.643.79-
YUV45.6132.74148.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.47%
GREEN value IS 29 (11.72% from 255) = 18.35%
BLUE value IS 54 (21.48% from 255) = 34.18%
R=47.47%
G=18.35%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75295400.610.280.71327.3944.2320.39
Hex4B1D3603D1C471472c14
Octal1133566075341075075424
Binary100101111101110110011110111100100011110100011110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,29,54); }

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

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

 a { background-color: rgb(75,29,54); }

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

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

 span { border-color: rgb(75,29,54); }

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