#4B0C3A

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

Shades of Blackberry #4B0C3A

Tints of Blackberry #4B0C3A

Color information

#4B0C3A (or 0x4B0C3A) is unknown color: approx Blackberry. HEX triplet: 4B, 0C and 3A. RGB value is (75,12,58). Sum of RGB (Red+Green+Blue) = 75+12+58=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0C3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0C3A is #B4F3C5. Grayscale: #232323. Windows color (decimal): -11858886 or 3804235. OLE color: 3804235.

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

Color convert

RGB751258-
CMYK00.840.230.71
HSL316.19º72.41%17.06%-
HSV(B)316.19º84%29.41%-
XYZ3.82.064.2-
YUV36.08140.37155.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.72%
GREEN value IS 12 (5.08% from 255) = 8.28%
BLUE value IS 58 (23.05% from 255) = 40%
R=51.72%
G=8.28%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75125800.840.230.71316.1972.4117.06
Hex4BC3A054174713c4811
Octal113147201242710747411021
Binary1001011110011101001010100101111000111100111100100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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