Html Css Color HEX #B40D4B Jazzberry Jam

📋 copy color: '#B40D4B'

red 180 ◦ green 13 ◦ blue 75

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

Shades of Jazzberry Jam #B40D4B

Tints of Jazzberry Jam #B40D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.85%

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 67.16%
G = 4.85%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B40D4B (or 0xB40D4B) is known color: Jazzberry Jam. HEX triplet: B4, 0D and 4B. RGB value is (180,13,75). Sum of RGB (Red+Green+Blue) = 180+13+75=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40D4B is #4BF2B4. Grayscale: #454545. Windows color (decimal): -4977333 or 4918708. OLE color: 4918708.

HSL color Cylindrical-coordinate representation of color #B40D4B: hue angle of 337.72º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40D4B is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 13 75 -
CMYK 0 0.93 0.58 0.29
HSL 337.72º 0.87% 0.38% -
HSV(B) 337.72º 0.93% 0.71% -
XYZ 20.24 10.5 7.62 -
YUV 70 130.83 206.46 -
System Red Green Blue C M Y K H S L
Decimal 180 13 75 0 0.93 0.58 0.29 337.72 0.87 0.38
Hex B4 D 4B 0 5D 3A 1D 152 57 26
Octal 264 15 113 0 135 72 35 522 127 46
Binary 10110100 1101 1001011 0 1011101 111010 11101 101010010 1010111 100110

Color Harmonies of #B40D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40D4B

Black with #B40D4B

Text Example


Text Example

White with #B40D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40D4B; }

 p { color: rgb(180,13,75); }

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

background-color css

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

 a { background-color: rgb(180,13,75); }

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

border-color css

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

 span { border-color: rgb(180,13,75); }

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