Html Css Color HEX #B30D51 Jazzberry Jam

📋 copy color: '#B30D51'

red 179 ◦ green 13 ◦ blue 81

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

Shades of Jazzberry Jam #B30D51

Tints of Jazzberry Jam #B30D51

RGB

 RED value IS 179 (70.31% from 255) = 65.57%

 GREEN value IS 13 (5.47% from 255) = 4.76%

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

R = 65.57%
G = 4.76%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B30D51 (or 0xB30D51) is known color: Jazzberry Jam. HEX triplet: B3, 0D and 51. RGB value is (179,13,81). Sum of RGB (Red+Green+Blue) = 179+13+81=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30D51 is #4CF2AE. Grayscale: #464646. Windows color (decimal): -5042863 or 5311923. OLE color: 5311923.

HSL color Cylindrical-coordinate representation of color #B30D51: hue angle of 335.42º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30D51 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 13 81 -
CMYK 0 0.93 0.55 0.30
HSL 335.42º 0.86% 0.38% -
HSV(B) 335.42º 0.93% 0.7% -
XYZ 20.22 10.47 8.74 -
YUV 70.39 134 205.47 -
System Red Green Blue C M Y K H S L
Decimal 179 13 81 0 0.93 0.55 0.30 335.42 0.86 0.38
Hex B3 D 51 0 5D 37 1E 14F 56 26
Octal 263 15 121 0 135 67 36 517 126 46
Binary 10110011 1101 1010001 0 1011101 110111 11110 101001111 1010110 100110

Color Harmonies of #B30D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30D51

Black with #B30D51

Text Example


Text Example

White with #B30D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30D51; }

 p { color: rgb(179,13,81); }

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

background-color css

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

 a { background-color: rgb(179,13,81); }

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

border-color css

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

 span { border-color: rgb(179,13,81); }

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