Html Css Color HEX #B40251 Jazzberry Jam

📋 copy color: '#B40251'

red 180 ◦ green 2 ◦ blue 81

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

Shades of Jazzberry Jam #B40251

Tints of Jazzberry Jam #B40251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.8%

R = 68.44%
G = 0.76%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B40251 (or 0xB40251) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 51. RGB value is (180,2,81). Sum of RGB (Red+Green+Blue) = 180+2+81=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B40251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40251 is #4BFDAE. Grayscale: #404040. Windows color (decimal): -4980143 or 5309108. OLE color: 5309108.

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

Color convert

RGB 180 2 81 -
CMYK 0 0.99 0.55 0.29
HSL 333.37º 0.98% 0.36% -
HSV(B) 333.37º 0.99% 0.71% -
XYZ 20.33 10.34 8.71 -
YUV 64.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 180 2 81 0 0.99 0.55 0.29 333.37 0.98 0.36
Hex B4 2 51 0 63 37 1D 14D 62 24
Octal 264 2 121 0 143 67 35 515 142 44
Binary 10110100 10 1010001 0 1100011 110111 11101 101001101 1100010 100100

Color Harmonies of #B40251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40251

Black with #B40251

Text Example


Text Example

White with #B40251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40251; }

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

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

background-color css

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

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

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

border-color css

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

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

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