#4B123A

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

Shades of Blackberry #4B123A

Tints of Blackberry #4B123A

Color information

#4B123A (or 0x4B123A) is unknown color: approx Blackberry. HEX triplet: 4B, 12 and 3A. RGB value is (75,18,58). Sum of RGB (Red+Green+Blue) = 75+18+58=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 75 - color contains mainly: red. Hex color #4B123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B123A is #B4EDC5. Grayscale: #272727. Windows color (decimal): -11857350 or 3805771. OLE color: 3805771.

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

Color convert

RGB751858-
CMYK00.760.230.71
HSL317.89º61.29%18.24%-
HSV(B)317.89º76%29.41%-
XYZ3.882.234.23-
YUV39.6138.38153.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.67%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=49.67%
G=11.92%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75185800.760.230.71317.8961.2918.24
Hex4B123A04C174713e3d12
Octal11322720114271074767522
Binary1001011100101110100100110010111100011110011111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,18,58); }

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

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

 a { background-color: rgb(75,18,58); }

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

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

 span { border-color: rgb(75,18,58); }

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