Html Css Color HEX #B3046D Jazzberry Jam

📋 copy color: '#B3046D'

red 179 ◦ green 4 ◦ blue 109

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

Shades of Jazzberry Jam #B3046D

Tints of Jazzberry Jam #B3046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 61.3%
G = 1.37%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3046D (or 0xB3046D) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 6D. RGB value is (179,4,109). Sum of RGB (Red+Green+Blue) = 179+4+109=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3046D is #4CFB92. Grayscale: #444444. Windows color (decimal): -5045139 or 7144627. OLE color: 7144627.

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

Color convert

RGB 179 4 109 -
CMYK 0 0.98 0.39 0.30
HSL 324º 0.96% 0.36% -
HSV(B) 324º 0.98% 0.7% -
XYZ 21.39 10.77 15.42 -
YUV 68.3 150.98 206.96 -
System Red Green Blue C M Y K H S L
Decimal 179 4 109 0 0.98 0.39 0.30 324 0.96 0.36
Hex B3 4 6D 0 62 27 1E 144 60 24
Octal 263 4 155 0 142 47 36 504 140 44
Binary 10110011 100 1101101 0 1100010 100111 11110 101000100 1100000 100100

Color Harmonies of #B3046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3046D

Black with #B3046D

Text Example


Text Example

White with #B3046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3046D; }

 p { color: rgb(179,4,109); }

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

background-color css

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

 a { background-color: rgb(179,4,109); }

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

border-color css

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

 span { border-color: rgb(179,4,109); }

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