#4B203A

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

Shades of Blackberry #4B203A

Tints of Blackberry #4B203A

Color information

#4B203A (or 0x4B203A) is unknown color: approx Blackberry. HEX triplet: 4B, 20 and 3A. RGB value is (75,32,58). Sum of RGB (Red+Green+Blue) = 75+32+58=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B203A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B203A is #B4DFC5. Grayscale: #2F2F2F. Windows color (decimal): -11853766 or 3809355. OLE color: 3809355.

HSL color Cylindrical-coordinate representation of color #4B203A: hue angle of 323.72º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B203A is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB753258-
CMYK00.570.230.71
HSL323.72º40.19%20.98%-
HSV(B)323.72º57.33%29.41%-
XYZ4.182.834.33-
YUV47.82133.75147.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.45%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=45.45%
G=19.39%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75325800.570.230.71323.7240.1920.98
Hex4B203A03917471442815
Octal1134072071271075045025
Binary1001011100000111010011100110111100011110100010010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,58); }

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

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

 a { background-color: rgb(75,32,58); }

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

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

 span { border-color: rgb(75,32,58); }

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