Html Css Color HEX #B30069 Jazzberry Jam

📋 copy color: '#B30069'

red 179 ◦ green 0 ◦ blue 105

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

Shades of Jazzberry Jam #B30069

Tints of Jazzberry Jam #B30069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.03%
G = 0%
B = 36.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B30069 (or 0xB30069) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 69. RGB value is (179,0,105). Sum of RGB (Red+Green+Blue) = 179+0+105=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B30069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30069 is #4CFF96. Grayscale: #414141. Windows color (decimal): -5046167 or 6881459. OLE color: 6881459.

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

Color convert

RGB 179 0 105 -
CMYK 0 1 0.41 0.30
HSL 324.8º 1% 0.35% -
HSV(B) 324.8º 1% 0.7% -
XYZ 21.14 10.6 14.3 -
YUV 65.49 150.3 208.96 -
System Red Green Blue C M Y K H S L
Decimal 179 0 105 0 1 0.41 0.30 324.8 1 0.35
Hex B3 0 69 0 64 29 1E 145 64 23
Octal 263 0 151 0 144 51 36 505 144 43
Binary 10110011 0 1101001 0 1100100 101001 11110 101000101 1100100 100011

Color Harmonies of #B30069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30069

Black with #B30069

Text Example


Text Example

White with #B30069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30069; }

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

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

background-color css

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

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

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

border-color css

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

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

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