#BF034F

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

Shades of Jazzberry Jam #BF034F

Tints of Jazzberry Jam #BF034F

Color information

#BF034F (or 0xBF034F) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 03 and 4F. RGB value is (191,3,79). Sum of RGB (Red+Green+Blue) = 191+3+79=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF034F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF034F is #40FCB0. Grayscale: #434343. Windows color (decimal): -4258993 or 5178303. OLE color: 5178303.

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

Color convert

RGB191379-
CMYK00.980.590.25
HSL335.74º96.91%38.04%-
HSV(B)335.74º98.43%74.9%-
XYZ22.9311.718.45-
YUV67.88134.28215.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.96%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=69.96%
G=1.10%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19137900.980.590.25335.7496.9138.04
HexBF34F0623B191506126
Octal27731170142733152014146
Binary1011111111100111101100010111011110011010100001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF034F; }

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

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

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

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

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

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

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

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