Html Css Color HEX #B60358 Jazzberry Jam

📋 copy color: '#B60358'

red 182 ◦ green 3 ◦ blue 88

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

Shades of Jazzberry Jam #B60358

Tints of Jazzberry Jam #B60358

RGB

 RED value IS 182 (71.48% from 255) = 66.67%

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 66.67%
G = 1.1%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B60358 (or 0xB60358) is known color: Jazzberry Jam. HEX triplet: B6, 03 and 58. RGB value is (182,3,88). Sum of RGB (Red+Green+Blue) = 182+3+88=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B60358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60358 is #49FCA7. Grayscale: #424242. Windows color (decimal): -4848808 or 5768118. OLE color: 5768118.

HSL color Cylindrical-coordinate representation of color #B60358: hue angle of 331.51º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B60358 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 3 88 -
CMYK 0 0.98 0.52 0.29
HSL 331.51º 0.97% 0.36% -
HSV(B) 331.51º 0.98% 0.71% -
XYZ 21.09 10.71 10.19 -
YUV 66.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 182 3 88 0 0.98 0.52 0.29 331.51 0.97 0.36
Hex B6 3 58 0 62 34 1D 14C 61 24
Octal 266 3 130 0 142 64 35 514 141 44
Binary 10110110 11 1011000 0 1100010 110100 11101 101001100 1100001 100100

Color Harmonies of #B60358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60358

Black with #B60358

Text Example


Text Example

White with #B60358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60358; }

 p { color: rgb(182,3,88); }

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

background-color css

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

 a { background-color: rgb(182,3,88); }

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

border-color css

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

 span { border-color: rgb(182,3,88); }

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