Html Css Color HEX #B51B5D Jazzberry Jam

📋 copy color: '#B51B5D'

red 181 ◦ green 27 ◦ blue 93

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

Shades of Jazzberry Jam #B51B5D

Tints of Jazzberry Jam #B51B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.97%

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 60.13%
G = 8.97%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B51B5D (or 0xB51B5D) is known color: Jazzberry Jam. HEX triplet: B5, 1B and 5D. RGB value is (181,27,93). Sum of RGB (Red+Green+Blue) = 181+27+93=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B51B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51B5D is #4AE4A2. Grayscale: #505050. Windows color (decimal): -4908195 or 6101941. OLE color: 6101941.

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

Color convert

RGB 181 27 93 -
CMYK 0 0.85 0.49 0.29
HSL 334.29º 0.74% 0.41% -
HSV(B) 334.29º 0.85% 0.71% -
XYZ 21.42 11.4 11.43 -
YUV 80.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 181 27 93 0 0.85 0.49 0.29 334.29 0.74 0.41
Hex B5 1B 5D 0 55 31 1D 14E 4A 29
Octal 265 33 135 0 125 61 35 516 112 51
Binary 10110101 11011 1011101 0 1010101 110001 11101 101001110 1001010 101001

Color Harmonies of #B51B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51B5D

Black with #B51B5D

Text Example


Text Example

White with #B51B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51B5D; }

 p { color: rgb(181,27,93); }

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

background-color css

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

 a { background-color: rgb(181,27,93); }

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

border-color css

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

 span { border-color: rgb(181,27,93); }

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