#4B022C

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

Shades of Blackberry #4B022C

Tints of Blackberry #4B022C

Color information

#4B022C (or 0x4B022C) is unknown color: approx Blackberry. HEX triplet: 4B, 02 and 2C. RGB value is (75,2,44). Sum of RGB (Red+Green+Blue) = 75+2+44=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B022C is #B4FDD3. Grayscale: #1C1C1C. Windows color (decimal): -11861460 or 2884171. OLE color: 2884171.

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

Color convert

RGB75244-
CMYK00.970.410.71
HSL325.48º94.81%15.1%-
HSV(B)325.48º97.33%29.41%-
XYZ3.381.722.54-
YUV28.62136.68161.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.98%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=61.98%
G=1.65%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7524400.970.410.71325.4894.8115.1
Hex4B22C06129471455ff
Octal11325401415110750513717
Binary10010111010110001100001101001100011110100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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