Html Css Color HEX #B30769 Jazzberry Jam

📋 copy color: '#B30769'

red 179 ◦ green 7 ◦ blue 105

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

Shades of Jazzberry Jam #B30769

Tints of Jazzberry Jam #B30769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

 BLUE value IS 105 (41.41% from 255) = 36.08%

R = 61.51%
G = 2.41%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B30769 (or 0xB30769) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 69. RGB value is (179,7,105). Sum of RGB (Red+Green+Blue) = 179+7+105=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B30769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30769 is #4CF896. Grayscale: #454545. Windows color (decimal): -5044375 or 6883251. OLE color: 6883251.

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

Color convert

RGB 179 7 105 -
CMYK 0 0.96 0.41 0.30
HSL 325.81º 0.92% 0.36% -
HSV(B) 325.81º 0.96% 0.7% -
XYZ 21.22 10.76 14.32 -
YUV 69.6 147.98 206.03 -
System Red Green Blue C M Y K H S L
Decimal 179 7 105 0 0.96 0.41 0.30 325.81 0.92 0.36
Hex B3 7 69 0 60 29 1E 146 5C 24
Octal 263 7 151 0 140 51 36 506 134 44
Binary 10110011 111 1101001 0 1100000 101001 11110 101000110 1011100 100100

Color Harmonies of #B30769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30769

Black with #B30769

Text Example


Text Example

White with #B30769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30769; }

 p { color: rgb(179,7,105); }

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

background-color css

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

 a { background-color: rgb(179,7,105); }

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

border-color css

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

 span { border-color: rgb(179,7,105); }

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