#4B012B

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

Shades of Blackberry #4B012B

Tints of Blackberry #4B012B

Color information

#4B012B (or 0x4B012B) is unknown color: approx Blackberry. HEX triplet: 4B, 01 and 2B. RGB value is (75,1,43). Sum of RGB (Red+Green+Blue) = 75+1+43=119 (15% of max value = 765). Red value is 75 (29.69% from 255 or 63.03% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 75 - color contains mainly: red. Hex color #4B012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B012B is #B4FED4. Grayscale: #1B1B1B. Windows color (decimal): -11861717 or 2818379. OLE color: 2818379.

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

Color convert

RGB75143-
CMYK00.990.430.71
HSL325.95º97.37%14.9%-
HSV(B)325.95º98.67%29.41%-
XYZ3.351.692.44-
YUV27.91136.52161.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 63.03%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 43 (17.19% from 255) = 36.13%
R=63.03%
G=0.84%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7514300.990.430.71325.9597.3714.9
Hex4B12B0632B4714661f
Octal11315301435310750614117
Binary1001011110101101100011101011100011110100011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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