#4B1A30

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

Shades of Blackberry #4B1A30

Tints of Blackberry #4B1A30

Color information

#4B1A30 (or 0x4B1A30) is unknown color: approx Blackberry. HEX triplet: 4B, 1A and 30. RGB value is (75,26,48). Sum of RGB (Red+Green+Blue) = 75+26+48=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1A30 is #B4E5CF. Grayscale: #2B2B2B. Windows color (decimal): -11855312 or 3152459. OLE color: 3152459.

HSL color Cylindrical-coordinate representation of color #4B1A30: hue angle of 333.06º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B1A30 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB752648-
CMYK00.650.360.71
HSL333.06º48.51%19.8%-
HSV(B)333.06º65.33%29.41%-
XYZ3.82.453.07-
YUV43.16130.73150.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50.34%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=50.34%
G=17.45%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75264800.650.360.71333.0648.5119.8
Hex4B1A30041244714d3114
Octal11332600101441075156124
Binary10010111101011000001000001100100100011110100110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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