#B40B6A

Color #B40B6A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B40B6A

Tints of Jazzberry Jam #B40B6A

Color information

#B40B6A (or 0xB40B6A) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0B and 6A. RGB value is (180,11,106). Sum of RGB (Red+Green+Blue) = 180+11+106=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40B6A is #4BF495. Grayscale: #484848. Windows color (decimal): -4977814 or 6949812. OLE color: 6949812.

HSL color Cylindrical-coordinate representation of color #B40B6A: hue angle of 326.27º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40B6A is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18011106-
CMYK00.940.410.29
HSL326.27º88.48%37.45%-
HSV(B)326.27º93.89%70.59%-
XYZ21.5410.9814.62-
YUV72.36146.99204.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.61%
GREEN value IS 11 (4.69% from 255) = 3.70%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=60.61%
G=3.70%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801110600.940.410.29326.2788.4837.45
HexB4B6A05E291D1465825
Octal264131520136513550613045
Binary101101001011110101001011110101001111011010001101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40B6A; }

 p { color: rgb(180,11,106); }

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

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

 a { background-color: rgb(180,11,106); }

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

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

 span { border-color: rgb(180,11,106); }

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