#B40270

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

Shades of Jazzberry Jam #B40270

Tints of Jazzberry Jam #B40270

Color information

#B40270 (or 0xB40270) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 02 and 70. RGB value is (180,2,112). Sum of RGB (Red+Green+Blue) = 180+2+112=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B40270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40270 is #4BFD8F. Grayscale: #434343. Windows color (decimal): -4980112 or 7340724. OLE color: 7340724.

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

Color convert

RGB1802112-
CMYK00.990.380.29
HSL322.92º97.8%35.69%-
HSV(B)322.92º98.89%70.59%-
XYZ21.7710.9216.29-
YUV67.76152.97208.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=61.22%
G=0.68%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180211200.990.380.29322.9297.835.69
HexB4270063261D1436224
Octal26421600143463550314244
Binary1011010010111000001100011100110111011010000111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40270; }

 p { color: rgb(180,2,112); }

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

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

 a { background-color: rgb(180,2,112); }

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

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

 span { border-color: rgb(180,2,112); }

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