Html Css Color HEX #B40142 Jazzberry Jam

📋 copy color: '#B40142'

red 180 ◦ green 1 ◦ blue 66

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

Shades of Jazzberry Jam #B40142

Tints of Jazzberry Jam #B40142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 66 (26.17% from 255) = 26.72%

R = 72.87%
G = 0.4%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B40142 (or 0xB40142) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 42. RGB value is (180,1,66). Sum of RGB (Red+Green+Blue) = 180+1+66=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B40142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40142 is #4BFEBD. Grayscale: #3D3D3D. Windows color (decimal): -4980414 or 4325812. OLE color: 4325812.

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

Color convert

RGB 180 1 66 -
CMYK 0 0.99 0.63 0.29
HSL 338.21º 0.99% 0.35% -
HSV(B) 338.21º 0.99% 0.71% -
XYZ 19.82 10.12 6.06 -
YUV 61.93 130.3 212.21 -
System Red Green Blue C M Y K H S L
Decimal 180 1 66 0 0.99 0.63 0.29 338.21 0.99 0.35
Hex B4 1 42 0 63 3F 1D 152 63 23
Octal 264 1 102 0 143 77 35 522 143 43
Binary 10110100 1 1000010 0 1100011 111111 11101 101010010 1100011 100011

Color Harmonies of #B40142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40142

Black with #B40142

Text Example


Text Example

White with #B40142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40142; }

 p { color: rgb(180,1,66); }

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

background-color css

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

 a { background-color: rgb(180,1,66); }

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

border-color css

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

 span { border-color: rgb(180,1,66); }

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