Html Css Color HEX #B40B5D Jazzberry Jam

📋 copy color: '#B40B5D'

red 180 ◦ green 11 ◦ blue 93

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

Shades of Jazzberry Jam #B40B5D

Tints of Jazzberry Jam #B40B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 63.38%
G = 3.87%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B40B5D (or 0xB40B5D) is known color: Jazzberry Jam. HEX triplet: B4, 0B and 5D. RGB value is (180,11,93). Sum of RGB (Red+Green+Blue) = 180+11+93=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40B5D is #4BF4A2. Grayscale: #464646. Windows color (decimal): -4977827 or 6097844. OLE color: 6097844.

HSL color Cylindrical-coordinate representation of color #B40B5D: hue angle of 330.89º 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 #B40B5D is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 11 93 -
CMYK 0 0.94 0.48 0.29
HSL 330.89º 0.88% 0.37% -
HSV(B) 330.89º 0.94% 0.71% -
XYZ 20.92 10.73 11.33 -
YUV 70.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 180 11 93 0 0.94 0.48 0.29 330.89 0.88 0.37
Hex B4 B 5D 0 5E 30 1D 14B 58 25
Octal 264 13 135 0 136 60 35 513 130 45
Binary 10110100 1011 1011101 0 1011110 110000 11101 101001011 1011000 100101

Color Harmonies of #B40B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40B5D

Black with #B40B5D

Text Example


Text Example

White with #B40B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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