Html Css Color HEX #B30872 Jazzberry Jam

📋 copy color: '#B30872'

red 179 ◦ green 8 ◦ blue 114

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

Shades of Jazzberry Jam #B30872

Tints of Jazzberry Jam #B30872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 59.47%
G = 2.66%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B30872 (or 0xB30872) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 72. RGB value is (179,8,114). Sum of RGB (Red+Green+Blue) = 179+8+114=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B30872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30872 is #4CF78D. Grayscale: #464646. Windows color (decimal): -5044110 or 7473331. OLE color: 7473331.

HSL color Cylindrical-coordinate representation of color #B30872: hue angle of 322.81º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30872 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 8 114 -
CMYK 0 0.96 0.36 0.30
HSL 322.81º 0.91% 0.37% -
HSV(B) 322.81º 0.96% 0.7% -
XYZ 21.71 10.97 16.89 -
YUV 71.21 152.15 204.88 -
System Red Green Blue C M Y K H S L
Decimal 179 8 114 0 0.96 0.36 0.30 322.81 0.91 0.37
Hex B3 8 72 0 60 24 1E 143 5B 25
Octal 263 10 162 0 140 44 36 503 133 45
Binary 10110011 1000 1110010 0 1100000 100100 11110 101000011 1011011 100101

Color Harmonies of #B30872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30872

Black with #B30872

Text Example


Text Example

White with #B30872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30872; }

 p { color: rgb(179,8,114); }

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

background-color css

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

 a { background-color: rgb(179,8,114); }

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

border-color css

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

 span { border-color: rgb(179,8,114); }

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