#4B012C

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

Shades of Blackberry #4B012C

Tints of Blackberry #4B012C

Color information

#4B012C (or 0x4B012C) is unknown color: approx Blackberry. HEX triplet: 4B, 01 and 2C. RGB value is (75,1,44). Sum of RGB (Red+Green+Blue) = 75+1+44=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B012C is #B4FED3. Grayscale: #1B1B1B. Windows color (decimal): -11861716 or 2883915. OLE color: 2883915.

HSL color Cylindrical-coordinate representation of color #4B012C: hue angle of 325.14º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B012C is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB75144-
CMYK00.990.410.71
HSL325.14º97.37%14.9%-
HSV(B)325.14º98.67%29.41%-
XYZ3.371.72.53-
YUV28.03137.02161.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 62.5%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=62.5%
G=0.83%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7514400.990.410.71325.1497.3714.9
Hex4B12C063294714561f
Octal11315401435110750514117
Binary1001011110110001100011101001100011110100010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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