#4B011D

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

Shades of Blackberry #4B011D

Tints of Blackberry #4B011D

Color information

#4B011D (or 0x4B011D) is unknown color: approx Blackberry. HEX triplet: 4B, 01 and 1D. RGB value is (75,1,29). Sum of RGB (Red+Green+Blue) = 75+1+29=105 (13% of max value = 765). Red value is 75 (29.69% from 255 or 71.43% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 75 - color contains mainly: red. Hex color #4B011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B011D is #B4FEE2. Grayscale: #1A1A1A. Windows color (decimal): -11861731 or 1900875. OLE color: 1900875.

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

Color convert

RGB75129-
CMYK00.990.610.71
HSL337.3º97.37%14.9%-
HSV(B)337.3º98.67%29.41%-
XYZ3.131.611.31-
YUV26.32129.52162.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 71.43%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=71.43%
G=0.95%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7512900.990.610.71337.397.3714.9
Hex4B11D0633D4715161f
Octal11313501437510752114117
Binary100101111110101100011111101100011110101000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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