#4B152D

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

Shades of Blackberry #4B152D

Tints of Blackberry #4B152D

Color information

#4B152D (or 0x4B152D) is unknown color: approx Blackberry. HEX triplet: 4B, 15 and 2D. RGB value is (75,21,45). Sum of RGB (Red+Green+Blue) = 75+21+45=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B152D is #B4EAD2. Grayscale: #272727. Windows color (decimal): -11856595 or 2954571. OLE color: 2954571.

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

Color convert

RGB752145-
CMYK00.720.400.71
HSL333.33º56.25%18.82%-
HSV(B)333.33º72%29.41%-
XYZ3.642.222.72-
YUV39.88130.89153.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.19%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=53.19%
G=14.89%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75214500.720.400.71333.3356.2518.82
Hex4B152D048284714d3813
Octal11325550110501075157023
Binary10010111010110110101001000101000100011110100110111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,21,45); }

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

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

 a { background-color: rgb(75,21,45); }

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

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

 span { border-color: rgb(75,21,45); }

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