#B40369

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

Shades of Jazzberry Jam #B40369

Tints of Jazzberry Jam #B40369

Color information

#B40369 (or 0xB40369) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 03 and 69. RGB value is (180,3,105). Sum of RGB (Red+Green+Blue) = 180+3+105=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B40369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40369 is #4BFC96. Grayscale: #434343. Windows color (decimal): -4979863 or 6882228. OLE color: 6882228.

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

Color convert

RGB1803105-
CMYK00.980.420.29
HSL325.42º96.72%35.88%-
HSV(B)325.42º98.33%70.59%-
XYZ21.410.7914.32-
YUV67.55149.14208.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.5%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=62.5%
G=1.04%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180310500.980.420.29325.4296.7235.88
HexB43690622A1D1456124
Octal26431510142523550514144
Binary1011010011110100101100010101010111011010001011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40369; }

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

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

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

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

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

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

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

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