#4B0C30

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

Shades of Blackberry #4B0C30

Tints of Blackberry #4B0C30

Color information

#4B0C30 (or 0x4B0C30) is unknown color: approx Blackberry. HEX triplet: 4B, 0C and 30. RGB value is (75,12,48). Sum of RGB (Red+Green+Blue) = 75+12+48=135 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.56% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0C30 is #B4F3CF. Grayscale: #222222. Windows color (decimal): -11858896 or 3148875. OLE color: 3148875.

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

Color convert

RGB751248-
CMYK00.840.360.71
HSL325.71º72.41%17.06%-
HSV(B)325.71º84%29.41%-
XYZ3.571.972.99-
YUV34.94135.37156.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.56%
GREEN value IS 12 (5.08% from 255) = 8.89%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=55.56%
G=8.89%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75124800.840.360.71325.7172.4117.06
Hex4BC3005424471464811
Octal113146001244410750611021
Binary10010111100110000010101001001001000111101000110100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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