Html Css Color HEX #B30765 Jazzberry Jam

📋 copy color: '#B30765'

red 179 ◦ green 7 ◦ blue 101

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

Shades of Jazzberry Jam #B30765

Tints of Jazzberry Jam #B30765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 62.37%
G = 2.44%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B30765 (or 0xB30765) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 65. RGB value is (179,7,101). Sum of RGB (Red+Green+Blue) = 179+7+101=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B30765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30765 is #4CF89A. Grayscale: #444444. Windows color (decimal): -5044379 or 6621107. OLE color: 6621107.

HSL color Cylindrical-coordinate representation of color #B30765: hue angle of 327.21º 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 #B30765 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 101 -
CMYK 0 0.96 0.44 0.30
HSL 327.21º 0.92% 0.36% -
HSV(B) 327.21º 0.96% 0.7% -
XYZ 21.02 10.68 13.26 -
YUV 69.14 145.98 206.36 -
System Red Green Blue C M Y K H S L
Decimal 179 7 101 0 0.96 0.44 0.30 327.21 0.92 0.36
Hex B3 7 65 0 60 2C 1E 147 5C 24
Octal 263 7 145 0 140 54 36 507 134 44
Binary 10110011 111 1100101 0 1100000 101100 11110 101000111 1011100 100100

Color Harmonies of #B30765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30765

Black with #B30765

Text Example


Text Example

White with #B30765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30765; }

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

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

background-color css

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

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

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

border-color css

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

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

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