#4B113D

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

Shades of Blackberry #4B113D

Tints of Blackberry #4B113D

Color information

#4B113D (or 0x4B113D) is unknown color: approx Blackberry. HEX triplet: 4B, 11 and 3D. RGB value is (75,17,61). Sum of RGB (Red+Green+Blue) = 75+17+61=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B113D is #B4EEC2. Grayscale: #272727. Windows color (decimal): -11857603 or 4002123. OLE color: 4002123.

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

Color convert

RGB751761-
CMYK00.770.190.71
HSL314.48º63.04%18.04%-
HSV(B)314.48º77.33%29.41%-
XYZ3.942.234.64-
YUV39.36140.22153.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.02%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=49.02%
G=11.11%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75176100.770.190.71314.4863.0418.04
Hex4B113D04D134713a3f12
Octal11321750115231074727722
Binary1001011100011111010100110110011100011110011101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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