Html Css Color HEX #B40375 Jazzberry Jam

📋 copy color: '#B40375'

red 180 ◦ green 3 ◦ blue 117

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

Shades of Jazzberry Jam #B40375

Tints of Jazzberry Jam #B40375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39%

R = 60%
G = 1%
B = 39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B40375 (or 0xB40375) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 75. RGB value is (180,3,117). Sum of RGB (Red+Green+Blue) = 180+3+117=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B40375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40375 is #4BFC8A. Grayscale: #444444. Windows color (decimal): -4979851 or 7668660. OLE color: 7668660.

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

Color convert

RGB 180 3 117 -
CMYK 0 0.98 0.35 0.29
HSL 321.36º 0.97% 0.36% -
HSV(B) 321.36º 0.98% 0.71% -
XYZ 22.07 11.05 17.8 -
YUV 68.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 180 3 117 0 0.98 0.35 0.29 321.36 0.97 0.36
Hex B4 3 75 0 62 23 1D 141 61 24
Octal 264 3 165 0 142 43 35 501 141 44
Binary 10110100 11 1110101 0 1100010 100011 11101 101000001 1100001 100100

Color Harmonies of #B40375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40375

Black with #B40375

Text Example


Text Example

White with #B40375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40375; }

 p { color: rgb(180,3,117); }

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

background-color css

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

 a { background-color: rgb(180,3,117); }

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

border-color css

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

 span { border-color: rgb(180,3,117); }

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