Html Css Color HEX #B30045 Jazzberry Jam

📋 copy color: '#B30045'

red 179 ◦ green 0 ◦ blue 69

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

Shades of Jazzberry Jam #B30045

Tints of Jazzberry Jam #B30045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.82%

R = 72.18%
G = 0%
B = 27.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B30045 (or 0xB30045) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 45. RGB value is (179,0,69). Sum of RGB (Red+Green+Blue) = 179+0+69=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B30045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30045 is #4CFFBA. Grayscale: #3D3D3D. Windows color (decimal): -5046203 or 4522163. OLE color: 4522163.

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

Color convert

RGB 179 0 69 -
CMYK 0 1 0.61 0.30
HSL 336.87º 1% 0.35% -
HSV(B) 336.87º 1% 0.7% -
XYZ 19.66 10.01 6.53 -
YUV 61.39 132.3 211.89 -
System Red Green Blue C M Y K H S L
Decimal 179 0 69 0 1 0.61 0.30 336.87 1 0.35
Hex B3 0 45 0 64 3D 1E 151 64 23
Octal 263 0 105 0 144 75 36 521 144 43
Binary 10110011 0 1000101 0 1100100 111101 11110 101010001 1100100 100011

Color Harmonies of #B30045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30045

Black with #B30045

Text Example


Text Example

White with #B30045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30045; }

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

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

background-color css

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

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

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

border-color css

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

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

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