Html Css Color HEX #B31070 Jazzberry Jam

📋 copy color: '#B31070'

red 179 ◦ green 16 ◦ blue 112

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

Shades of Jazzberry Jam #B31070

Tints of Jazzberry Jam #B31070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.21%

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 58.31%
G = 5.21%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B31070 (or 0xB31070) is known color: Jazzberry Jam. HEX triplet: B3, 10 and 70. RGB value is (179,16,112). Sum of RGB (Red+Green+Blue) = 179+16+112=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B31070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31070 is #4CEF8F. Grayscale: #4B4B4B. Windows color (decimal): -5042064 or 7344307. OLE color: 7344307.

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

Color convert

RGB 179 16 112 -
CMYK 0 0.91 0.37 0.30
HSL 324.66º 0.84% 0.38% -
HSV(B) 324.66º 0.91% 0.7% -
XYZ 21.7 11.12 16.33 -
YUV 75.68 148.5 201.69 -
System Red Green Blue C M Y K H S L
Decimal 179 16 112 0 0.91 0.37 0.30 324.66 0.84 0.38
Hex B3 10 70 0 5B 25 1E 145 54 26
Octal 263 20 160 0 133 45 36 505 124 46
Binary 10110011 10000 1110000 0 1011011 100101 11110 101000101 1010100 100110

Color Harmonies of #B31070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31070

Black with #B31070

Text Example


Text Example

White with #B31070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31070; }

 p { color: rgb(179,16,112); }

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

background-color css

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

 a { background-color: rgb(179,16,112); }

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

border-color css

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

 span { border-color: rgb(179,16,112); }

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