#B50043

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

Shades of Jazzberry Jam #B50043

Tints of Jazzberry Jam #B50043

Color information

#B50043 (or 0xB50043) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 00 and 43. RGB value is (181,0,67). Sum of RGB (Red+Green+Blue) = 181+0+67=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B50043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50043 is #4AFFBC. Grayscale: #3D3D3D. Windows color (decimal): -4915133 or 4391093. OLE color: 4391093.

HSL color Cylindrical-coordinate representation of color #B50043: hue angle of 337.79º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50043 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB181067-
CMYK010.630.29
HSL337.79º100%35.49%-
HSV(B)337.79º100%70.98%-
XYZ20.0710.236.23-
YUV61.76130.97213.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 72.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 27.02%
R=72.98%
G=0%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181067010.630.29337.7910035.49
HexB50430643F1D1526423
Octal26501030144773552214443
Binary101101010100001101100100111111111011010100101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50043; }

 p { color: rgb(181,0,67); }

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

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

 a { background-color: rgb(181,0,67); }

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

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

 span { border-color: rgb(181,0,67); }

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