#4B113C

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

Shades of Blackberry #4B113C

Tints of Blackberry #4B113C

Color information

#4B113C (or 0x4B113C) is unknown color: approx Blackberry. HEX triplet: 4B, 11 and 3C. RGB value is (75,17,60). Sum of RGB (Red+Green+Blue) = 75+17+60=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B113C is #B4EEC3. Grayscale: #272727. Windows color (decimal): -11857604 or 3936587. OLE color: 3936587.

HSL color Cylindrical-coordinate representation of color #4B113C: hue angle of 315.52º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B113C is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB751760-
CMYK00.770.200.71
HSL315.52º63.04%18.04%-
HSV(B)315.52º77.33%29.41%-
XYZ3.922.224.5-
YUV39.24139.72153.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.34%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=49.34%
G=11.18%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75176000.770.200.71315.5263.0418.04
Hex4B113C04D144713c3f12
Octal11321740115241074747722
Binary1001011100011111000100110110100100011110011110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,17,60); }

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

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

 a { background-color: rgb(75,17,60); }

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

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

 span { border-color: rgb(75,17,60); }

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