#4B0128

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

Shades of Blackberry #4B0128

Tints of Blackberry #4B0128

Color information

#4B0128 (or 0x4B0128) is unknown color: approx Blackberry. HEX triplet: 4B, 01 and 28. RGB value is (75,1,40). Sum of RGB (Red+Green+Blue) = 75+1+40=116 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.66% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0128 is #B4FED7. Grayscale: #1B1B1B. Windows color (decimal): -11861720 or 2621771. OLE color: 2621771.

HSL color Cylindrical-coordinate representation of color #4B0128: hue angle of 328.38º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B0128 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB75140-
CMYK00.990.470.71
HSL328.38º97.37%14.9%-
HSV(B)328.38º98.67%29.41%-
XYZ3.31.672.16-
YUV27.57135.02161.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 64.66%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=64.66%
G=0.86%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7514000.990.470.71328.3897.3714.9
Hex4B1280632F4714861f
Octal11315001435710751014117
Binary1001011110100001100011101111100011110100100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,1,40); }

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

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

 a { background-color: rgb(75,1,40); }

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

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

 span { border-color: rgb(75,1,40); }

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