#4B213C

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

Shades of Blackberry #4B213C

Tints of Blackberry #4B213C

Color information

#4B213C (or 0x4B213C) is unknown color: approx Blackberry. HEX triplet: 4B, 21 and 3C. RGB value is (75,33,60). Sum of RGB (Red+Green+Blue) = 75+33+60=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B213C is #B4DEC3. Grayscale: #303030. Windows color (decimal): -11853508 or 3940683. OLE color: 3940683.

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

Color convert

RGB753360-
CMYK00.560.200.71
HSL321.43º38.89%21.18%-
HSV(B)321.43º56%29.41%-
XYZ4.262.914.61-
YUV48.64134.41146.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.64%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 60 (23.83% from 255) = 35.71%
R=44.64%
G=19.64%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75336000.560.200.71321.4338.8921.18
Hex4B213C03814471412715
Octal1134174070241075014725
Binary1001011100001111100011100010100100011110100000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,33,60); }

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

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

 a { background-color: rgb(75,33,60); }

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

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

 span { border-color: rgb(75,33,60); }

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