Html Css Color HEX #B40258 Jazzberry Jam

📋 copy color: '#B40258'

red 180 ◦ green 2 ◦ blue 88

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

Shades of Jazzberry Jam #B40258

Tints of Jazzberry Jam #B40258

RGB

 RED value IS 180 (70.7% from 255) = 66.67%

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

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

R = 66.67%
G = 0.74%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B40258 (or 0xB40258) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 58. RGB value is (180,2,88). Sum of RGB (Red+Green+Blue) = 180+2+88=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B40258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40258 is #4BFDA7. Grayscale: #404040. Windows color (decimal): -4980136 or 5767860. OLE color: 5767860.

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

Color convert

RGB 180 2 88 -
CMYK 0 0.99 0.51 0.29
HSL 331.01º 0.98% 0.36% -
HSV(B) 331.01º 0.99% 0.71% -
XYZ 20.61 10.45 10.16 -
YUV 65.03 140.97 210.01 -
System Red Green Blue C M Y K H S L
Decimal 180 2 88 0 0.99 0.51 0.29 331.01 0.98 0.36
Hex B4 2 58 0 63 33 1D 14B 62 24
Octal 264 2 130 0 143 63 35 513 142 44
Binary 10110100 10 1011000 0 1100011 110011 11101 101001011 1100010 100100

Color Harmonies of #B40258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40258

Black with #B40258

Text Example


Text Example

White with #B40258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40258; }

 p { color: rgb(180,2,88); }

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

background-color css

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

 a { background-color: rgb(180,2,88); }

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

border-color css

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

 span { border-color: rgb(180,2,88); }

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