#BF034B

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

Shades of Jazzberry Jam #BF034B

Tints of Jazzberry Jam #BF034B

Color information

#BF034B (or 0xBF034B) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 03 and 4B. RGB value is (191,3,75). Sum of RGB (Red+Green+Blue) = 191+3+75=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF034B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF034B is #40FCB4. Grayscale: #434343. Windows color (decimal): -4258997 or 4916159. OLE color: 4916159.

HSL color Cylindrical-coordinate representation of color #BF034B: hue angle of 337.02º 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 #BF034B is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB191375-
CMYK00.980.610.25
HSL337.02º96.91%38.04%-
HSV(B)337.02º98.43%74.9%-
XYZ22.7911.657.7-
YUV67.42132.28216.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.00%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=71.00%
G=1.12%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19137500.980.610.25337.0296.9138.04
HexBF34B0623D191516126
Octal27731130142753152114146
Binary1011111111100101101100010111101110011010100011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF034B; }

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

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

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

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

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

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

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

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