Html Css Color HEX #B51E6D Jazzberry Jam

📋 copy color: '#B51E6D'

red 181 ◦ green 30 ◦ blue 109

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

Shades of Jazzberry Jam #B51E6D

Tints of Jazzberry Jam #B51E6D

RGB

 RED value IS 181 (71.09% from 255) = 56.56%

 GREEN value IS 30 (12.11% from 255) = 9.38%

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 56.56%
G = 9.38%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B51E6D (or 0xB51E6D) is known color: Jazzberry Jam. HEX triplet: B5, 1E and 6D. RGB value is (181,30,109). Sum of RGB (Red+Green+Blue) = 181+30+109=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51E6D is #4AE192. Grayscale: #535353. Windows color (decimal): -4907411 or 7151285. OLE color: 7151285.

HSL color Cylindrical-coordinate representation of color #B51E6D: hue angle of 328.61º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51E6D is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 30 109 -
CMYK 0 0.83 0.40 0.29
HSL 328.61º 0.72% 0.41% -
HSV(B) 328.61º 0.83% 0.71% -
XYZ 22.28 11.86 15.58 -
YUV 84.16 142.03 197.08 -
System Red Green Blue C M Y K H S L
Decimal 181 30 109 0 0.83 0.40 0.29 328.61 0.72 0.41
Hex B5 1E 6D 0 53 28 1D 149 48 29
Octal 265 36 155 0 123 50 35 511 110 51
Binary 10110101 11110 1101101 0 1010011 101000 11101 101001001 1001000 101001

Color Harmonies of #B51E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51E6D

Black with #B51E6D

Text Example


Text Example

White with #B51E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51E6D; }

 p { color: rgb(181,30,109); }

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

background-color css

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

 a { background-color: rgb(181,30,109); }

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

border-color css

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

 span { border-color: rgb(181,30,109); }

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