Html Css Color HEX #B30968 Jazzberry Jam

📋 copy color: '#B30968'

red 179 ◦ green 9 ◦ blue 104

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

Shades of Jazzberry Jam #B30968

Tints of Jazzberry Jam #B30968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.08%

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 61.3%
G = 3.08%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B30968 (or 0xB30968) is known color: Jazzberry Jam. HEX triplet: B3, 09 and 68. RGB value is (179,9,104). Sum of RGB (Red+Green+Blue) = 179+9+104=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B30968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30968 is #4CF697. Grayscale: #464646. Windows color (decimal): -5043864 or 6818227. OLE color: 6818227.

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

Color convert

RGB 179 9 104 -
CMYK 0 0.95 0.42 0.30
HSL 326.47º 0.9% 0.37% -
HSV(B) 326.47º 0.95% 0.7% -
XYZ 21.19 10.78 14.06 -
YUV 70.66 146.82 205.28 -
System Red Green Blue C M Y K H S L
Decimal 179 9 104 0 0.95 0.42 0.30 326.47 0.9 0.37
Hex B3 9 68 0 5F 2A 1E 146 5A 25
Octal 263 11 150 0 137 52 36 506 132 45
Binary 10110011 1001 1101000 0 1011111 101010 11110 101000110 1011010 100101

Color Harmonies of #B30968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30968

Black with #B30968

Text Example


Text Example

White with #B30968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30968; }

 p { color: rgb(179,9,104); }

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

background-color css

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

 a { background-color: rgb(179,9,104); }

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

border-color css

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

 span { border-color: rgb(179,9,104); }

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