Html Css Color HEX #BF0351 Jazzberry Jam

📋 copy color: '#BF0351'

red 191 ◦ green 3 ◦ blue 81

#BF0351
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #BF0351

Tints of Jazzberry Jam #BF0351

RGB

 RED value IS 191 (75% from 255) = 69.45%

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 81 (32.03% from 255) = 29.45%

R = 69.45%
G = 1.09%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF0351 (or 0xBF0351) is known color: Jazzberry Jam. HEX triplet: BF, 03 and 51. RGB value is (191,3,81). Sum of RGB (Red+Green+Blue) = 191+3+81=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0351 is #40FCAE. Grayscale: #434343. Windows color (decimal): -4258991 or 5309375. OLE color: 5309375.

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

Color convert

RGB 191 3 81 -
CMYK 0 0.98 0.58 0.25
HSL 335.11º 0.97% 0.38% -
HSV(B) 335.11º 0.98% 0.75% -
XYZ 23 11.74 8.84 -
YUV 68.1 135.28 215.66 -
System Red Green Blue C M Y K H S L
Decimal 191 3 81 0 0.98 0.58 0.25 335.11 0.97 0.38
Hex BF 3 51 0 62 3A 19 14F 61 26
Octal 277 3 121 0 142 72 31 517 141 46
Binary 10111111 11 1010001 0 1100010 111010 11001 101001111 1100001 100110

Color Harmonies of #BF0351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0351

Black with #BF0351

Text Example


Text Example

White with #BF0351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0351; }

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

 H1.HeaderClassName
 {
   color: #BF0351;
 }
 .AnyTagClassName
 {
   color: #BF0351;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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