Html Css Color HEX #B30845 Jazzberry Jam

📋 copy color: '#B30845'

red 179 ◦ green 8 ◦ blue 69

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

Shades of Jazzberry Jam #B30845

Tints of Jazzberry Jam #B30845

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 69.92%
G = 3.13%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B30845 (or 0xB30845) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 45. RGB value is (179,8,69). Sum of RGB (Red+Green+Blue) = 179+8+69=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B30845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30845 is #4CF7BA. Grayscale: #424242. Windows color (decimal): -5044155 or 4524211. OLE color: 4524211.

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

Color convert

RGB 179 8 69 -
CMYK 0 0.96 0.61 0.30
HSL 338.6º 0.91% 0.37% -
HSV(B) 338.6º 0.96% 0.7% -
XYZ 19.75 10.19 6.56 -
YUV 66.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 179 8 69 0 0.96 0.61 0.30 338.6 0.91 0.37
Hex B3 8 45 0 60 3D 1E 153 5B 25
Octal 263 10 105 0 140 75 36 523 133 45
Binary 10110011 1000 1000101 0 1100000 111101 11110 101010011 1011011 100101

Color Harmonies of #B30845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30845

Black with #B30845

Text Example


Text Example

White with #B30845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30845; }

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

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

background-color css

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

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

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

border-color css

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

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

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