#B40C69

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

Shades of Jazzberry Jam #B40C69

Tints of Jazzberry Jam #B40C69

Color information

#B40C69 (or 0xB40C69) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0C and 69. RGB value is (180,12,105). Sum of RGB (Red+Green+Blue) = 180+12+105=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C69 is #4BF396. Grayscale: #484848. Windows color (decimal): -4977559 or 6884532. OLE color: 6884532.

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

Color convert

RGB18012105-
CMYK00.930.420.29
HSL326.79º87.5%37.65%-
HSV(B)326.79º93.33%70.59%-
XYZ21.510.9914.35-
YUV72.83146.16204.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.61%
GREEN value IS 12 (5.08% from 255) = 4.04%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=60.61%
G=4.04%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801210500.930.420.29326.7987.537.65
HexB4C6905D2A1D1475826
Octal264141510135523550713046
Binary101101001100110100101011101101010111011010001111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40C69; }

 p { color: rgb(180,12,105); }

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

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

 a { background-color: rgb(180,12,105); }

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

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

 span { border-color: rgb(180,12,105); }

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