#4B1340

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

Shades of Blackberry #4B1340

Tints of Blackberry #4B1340

Color information

#4B1340 (or 0x4B1340) is unknown color: approx Blackberry. HEX triplet: 4B, 13 and 40. RGB value is (75,19,64). Sum of RGB (Red+Green+Blue) = 75+19+64=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1340 is #B4ECBF. Grayscale: #282828. Windows color (decimal): -11857088 or 4199243. OLE color: 4199243.

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

Color convert

RGB751964-
CMYK00.750.150.71
HSL311.79º59.57%18.43%-
HSV(B)311.79º74.67%29.41%-
XYZ4.062.335.09-
YUV40.87141.05152.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.47%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=47.47%
G=12.03%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75196400.750.150.71311.7959.5718.43
Hex4B134004BF471383c12
Octal113231000113171074707422
Binary1001011100111000000010010111111100011110011100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,19,64); }

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

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

 a { background-color: rgb(75,19,64); }

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

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

 span { border-color: rgb(75,19,64); }

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