Html Css Color HEX #B40B5B Jazzberry Jam

📋 copy color: '#B40B5B'

red 180 ◦ green 11 ◦ blue 91

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

Shades of Jazzberry Jam #B40B5B

Tints of Jazzberry Jam #B40B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.9%

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 63.83%
G = 3.9%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B40B5B (or 0xB40B5B) is known color: Jazzberry Jam. HEX triplet: B4, 0B and 5B. RGB value is (180,11,91). Sum of RGB (Red+Green+Blue) = 180+11+91=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40B5B is #4BF4A4. Grayscale: #464646. Windows color (decimal): -4977829 or 5966772. OLE color: 5966772.

HSL color Cylindrical-coordinate representation of color #B40B5B: hue angle of 331.6º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40B5B is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 11 91 -
CMYK 0 0.94 0.49 0.29
HSL 331.6º 0.88% 0.37% -
HSV(B) 331.6º 0.94% 0.71% -
XYZ 20.83 10.7 10.86 -
YUV 70.65 139.49 206 -
System Red Green Blue C M Y K H S L
Decimal 180 11 91 0 0.94 0.49 0.29 331.6 0.88 0.37
Hex B4 B 5B 0 5E 31 1D 14C 58 25
Octal 264 13 133 0 136 61 35 514 130 45
Binary 10110100 1011 1011011 0 1011110 110001 11101 101001100 1011000 100101

Color Harmonies of #B40B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40B5B

Black with #B40B5B

Text Example


Text Example

White with #B40B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40B5B; }

 p { color: rgb(180,11,91); }

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

background-color css

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

 a { background-color: rgb(180,11,91); }

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

border-color css

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

 span { border-color: rgb(180,11,91); }

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