Html Css Color HEX #B30265 Jazzberry Jam

📋 copy color: '#B30265'

red 179 ◦ green 2 ◦ blue 101

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

Shades of Jazzberry Jam #B30265

Tints of Jazzberry Jam #B30265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 63.48%
G = 0.71%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B30265 (or 0xB30265) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 65. RGB value is (179,2,101). Sum of RGB (Red+Green+Blue) = 179+2+101=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B30265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30265 is #4CFD9A. Grayscale: #414141. Windows color (decimal): -5045659 or 6619827. OLE color: 6619827.

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

Color convert

RGB 179 2 101 -
CMYK 0 0.99 0.44 0.30
HSL 326.44º 0.98% 0.35% -
HSV(B) 326.44º 0.99% 0.7% -
XYZ 20.96 10.57 13.25 -
YUV 66.21 147.64 208.45 -
System Red Green Blue C M Y K H S L
Decimal 179 2 101 0 0.99 0.44 0.30 326.44 0.98 0.35
Hex B3 2 65 0 63 2C 1E 146 62 23
Octal 263 2 145 0 143 54 36 506 142 43
Binary 10110011 10 1100101 0 1100011 101100 11110 101000110 1100010 100011

Color Harmonies of #B30265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30265

Black with #B30265

Text Example


Text Example

White with #B30265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30265; }

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

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

background-color css

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

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

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

border-color css

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

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

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