Html Css Color HEX #B30262 Jazzberry Jam

📋 copy color: '#B30262'

red 179 ◦ green 2 ◦ blue 98

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

Shades of Jazzberry Jam #B30262

Tints of Jazzberry Jam #B30262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.13%

R = 64.16%
G = 0.72%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B30262 (or 0xB30262) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 62. RGB value is (179,2,98). Sum of RGB (Red+Green+Blue) = 179+2+98=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B30262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30262 is #4CFD9D. Grayscale: #414141. Windows color (decimal): -5045662 or 6423219. OLE color: 6423219.

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

Color convert

RGB 179 2 98 -
CMYK 0 0.99 0.45 0.30
HSL 327.46º 0.98% 0.35% -
HSV(B) 327.46º 0.99% 0.7% -
XYZ 20.82 10.51 12.49 -
YUV 65.87 146.14 208.69 -
System Red Green Blue C M Y K H S L
Decimal 179 2 98 0 0.99 0.45 0.30 327.46 0.98 0.35
Hex B3 2 62 0 63 2D 1E 147 62 23
Octal 263 2 142 0 143 55 36 507 142 43
Binary 10110011 10 1100010 0 1100011 101101 11110 101000111 1100010 100011

Color Harmonies of #B30262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30262

Black with #B30262

Text Example


Text Example

White with #B30262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30262; }

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

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

background-color css

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

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

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

border-color css

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

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

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