#4B012D

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

Shades of Blackberry #4B012D

Tints of Blackberry #4B012D

Color information

#4B012D (or 0x4B012D) is unknown color: approx Blackberry. HEX triplet: 4B, 01 and 2D. RGB value is (75,1,45). Sum of RGB (Red+Green+Blue) = 75+1+45=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B012D is #B4FED2. Grayscale: #1C1C1C. Windows color (decimal): -11861715 or 2949451. OLE color: 2949451.

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

Color convert

RGB75145-
CMYK00.990.400.71
HSL324.32º97.37%14.9%-
HSV(B)324.32º98.67%29.41%-
XYZ3.391.712.63-
YUV28.14137.52161.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.98%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=61.98%
G=0.83%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7514500.990.400.71324.3297.3714.9
Hex4B12D063284714461f
Octal11315501435010750414117
Binary1001011110110101100011101000100011110100010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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