#4B112B

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

Shades of Blackberry #4B112B

Tints of Blackberry #4B112B

Color information

#4B112B (or 0x4B112B) is unknown color: approx Blackberry. HEX triplet: 4B, 11 and 2B. RGB value is (75,17,43). Sum of RGB (Red+Green+Blue) = 75+17+43=135 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.56% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 75 - color contains mainly: red. Hex color #4B112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B112B is #B4EED4. Grayscale: #252525. Windows color (decimal): -11857621 or 2822475. OLE color: 2822475.

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

Color convert

RGB751743-
CMYK00.770.430.71
HSL333.1º63.04%18.04%-
HSV(B)333.1º77.33%29.41%-
XYZ3.542.072.5-
YUV37.31131.22154.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.56%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=55.56%
G=12.59%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75174300.770.430.71333.163.0418.04
Hex4B112B04D2B4714d3f12
Octal11321530115531075157722
Binary10010111000110101101001101101011100011110100110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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