#4B022E

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

Shades of Blackberry #4B022E

Tints of Blackberry #4B022E

Color information

#4B022E (or 0x4B022E) is unknown color: approx Blackberry. HEX triplet: 4B, 02 and 2E. RGB value is (75,2,46). Sum of RGB (Red+Green+Blue) = 75+2+46=123 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.98% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 75 - color contains mainly: red. Hex color #4B022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B022E is #B4FDD1. Grayscale: #1C1C1C. Windows color (decimal): -11861458 or 3015243. OLE color: 3015243.

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

Color convert

RGB75246-
CMYK00.970.390.71
HSL323.84º94.81%15.1%-
HSV(B)323.84º97.33%29.41%-
XYZ3.421.742.74-
YUV28.84137.68160.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60.98%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=60.98%
G=1.63%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7524600.970.390.71323.8494.8115.1
Hex4B22E06127471445ff
Octal11325601414710750413717
Binary10010111010111001100001100111100011110100010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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