#4B022D

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

Shades of Blackberry #4B022D

Tints of Blackberry #4B022D

Color information

#4B022D (or 0x4B022D) is unknown color: approx Blackberry. HEX triplet: 4B, 02 and 2D. RGB value is (75,2,45). Sum of RGB (Red+Green+Blue) = 75+2+45=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B022D is #B4FDD2. Grayscale: #1C1C1C. Windows color (decimal): -11861459 or 2949707. OLE color: 2949707.

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

Color convert

RGB75245-
CMYK00.970.400.71
HSL324.66º94.81%15.1%-
HSV(B)324.66º97.33%29.41%-
XYZ3.41.732.64-
YUV28.73137.18161-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.48%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 45 (17.97% from 255) = 36.89%
R=61.48%
G=1.64%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7524500.970.400.71324.6694.8115.1
Hex4B22D06128471455ff
Octal11325501415010750513717
Binary10010111010110101100001101000100011110100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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