#4B073B

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

Shades of Blackberry #4B073B

Tints of Blackberry #4B073B

Color information

#4B073B (or 0x4B073B) is unknown color: approx Blackberry. HEX triplet: 4B, 07 and 3B. RGB value is (75,7,59). Sum of RGB (Red+Green+Blue) = 75+7+59=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B073B is #B4F8C4. Grayscale: #212121. Windows color (decimal): -11860165 or 3868491. OLE color: 3868491.

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

Color convert

RGB75759-
CMYK00.910.210.71
HSL314.12º82.93%16.08%-
HSV(B)314.12º90.67%29.41%-
XYZ3.771.964.32-
YUV33.26142.53157.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.19%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 59 (23.44% from 255) = 41.84%
R=53.19%
G=4.96%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7575900.910.210.71314.1282.9316.08
Hex4B73B05B154713a5310
Octal11377301332510747212320
Binary100101111111101101011011101011000111100111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,7,59); }

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

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

 a { background-color: rgb(75,7,59); }

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

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

 span { border-color: rgb(75,7,59); }

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