Html Css Color HEX #B30B67 Jazzberry Jam

📋 copy color: '#B30B67'

red 179 ◦ green 11 ◦ blue 103

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

Shades of Jazzberry Jam #B30B67

Tints of Jazzberry Jam #B30B67

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.75%

 BLUE value IS 103 (40.63% from 255) = 35.15%

R = 61.09%
G = 3.75%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B30B67 (or 0xB30B67) is known color: Jazzberry Jam. HEX triplet: B3, 0B and 67. RGB value is (179,11,103). Sum of RGB (Red+Green+Blue) = 179+11+103=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B67 is #4CF498. Grayscale: #474747. Windows color (decimal): -5043353 or 6753203. OLE color: 6753203.

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

Color convert

RGB 179 11 103 -
CMYK 0 0.94 0.42 0.30
HSL 327.14º 0.88% 0.37% -
HSV(B) 327.14º 0.94% 0.7% -
XYZ 21.16 10.8 13.8 -
YUV 71.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 179 11 103 0 0.94 0.42 0.30 327.14 0.88 0.37
Hex B3 B 67 0 5E 2A 1E 147 58 25
Octal 263 13 147 0 136 52 36 507 130 45
Binary 10110011 1011 1100111 0 1011110 101010 11110 101000111 1011000 100101

Color Harmonies of #B30B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30B67

Black with #B30B67

Text Example


Text Example

White with #B30B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30B67; }

 p { color: rgb(179,11,103); }

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

background-color css

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

 a { background-color: rgb(179,11,103); }

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

border-color css

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

 span { border-color: rgb(179,11,103); }

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