Html Css Color HEX #B40244 Jazzberry Jam

📋 copy color: '#B40244'

red 180 ◦ green 2 ◦ blue 68

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

Shades of Jazzberry Jam #B40244

Tints of Jazzberry Jam #B40244

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 68 (26.95% from 255) = 27.2%

R = 72%
G = 0.8%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B40244 (or 0xB40244) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 44. RGB value is (180,2,68). Sum of RGB (Red+Green+Blue) = 180+2+68=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B40244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40244 is #4BFDBB. Grayscale: #3E3E3E. Windows color (decimal): -4980156 or 4457140. OLE color: 4457140.

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

Color convert

RGB 180 2 68 -
CMYK 0 0.99 0.62 0.29
HSL 337.75º 0.98% 0.36% -
HSV(B) 337.75º 0.99% 0.71% -
XYZ 19.89 10.16 6.38 -
YUV 62.75 130.97 211.63 -
System Red Green Blue C M Y K H S L
Decimal 180 2 68 0 0.99 0.62 0.29 337.75 0.98 0.36
Hex B4 2 44 0 63 3E 1D 152 62 24
Octal 264 2 104 0 143 76 35 522 142 44
Binary 10110100 10 1000100 0 1100011 111110 11101 101010010 1100010 100100

Color Harmonies of #B40244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40244

Black with #B40244

Text Example


Text Example

White with #B40244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40244; }

 p { color: rgb(180,2,68); }

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

background-color css

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

 a { background-color: rgb(180,2,68); }

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

border-color css

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

 span { border-color: rgb(180,2,68); }

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