#4B112C

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

Shades of Blackberry #4B112C

Tints of Blackberry #4B112C

Color information

#4B112C (or 0x4B112C) is unknown color: approx Blackberry. HEX triplet: 4B, 11 and 2C. RGB value is (75,17,44). Sum of RGB (Red+Green+Blue) = 75+17+44=136 (18% of max value = 765). Red value is 75 (29.69% from 255 or 55.15% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 75 - color contains mainly: red. Hex color #4B112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B112C is #B4EED3. Grayscale: #252525. Windows color (decimal): -11857620 or 2888011. OLE color: 2888011.

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

Color convert

RGB751744-
CMYK00.770.410.71
HSL332.07º63.04%18.04%-
HSV(B)332.07º77.33%29.41%-
XYZ3.562.082.6-
YUV37.42131.72154.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.15%
GREEN value IS 17 (7.03% from 255) = 12.5%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=55.15%
G=12.5%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75174400.770.410.71332.0763.0418.04
Hex4B112C04D294714c3f12
Octal11321540115511075147722
Binary10010111000110110001001101101001100011110100110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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