#BF024F

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

Shades of Jazzberry Jam #BF024F

Tints of Jazzberry Jam #BF024F

Color information

#BF024F (or 0xBF024F) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 02 and 4F. RGB value is (191,2,79). Sum of RGB (Red+Green+Blue) = 191+2+79=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF024F is #40FDB0. Grayscale: #434343. Windows color (decimal): -4259249 or 5178047. OLE color: 5178047.

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

Color convert

RGB191279-
CMYK00.990.590.25
HSL335.56º97.93%37.84%-
HSV(B)335.56º98.95%74.9%-
XYZ22.9211.688.44-
YUV67.29134.62216.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.22%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=70.22%
G=0.74%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19127900.990.590.25335.5697.9337.84
HexBF24F0633B191506226
Octal27721170143733152014246
Binary1011111110100111101100011111011110011010100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF024F; }

 p { color: rgb(191,2,79); }

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

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

 a { background-color: rgb(191,2,79); }

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

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

 span { border-color: rgb(191,2,79); }

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