Html Css Color HEX #B40153 Jazzberry Jam

📋 copy color: '#B40153'

red 180 ◦ green 1 ◦ blue 83

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

Shades of Jazzberry Jam #B40153

Tints of Jazzberry Jam #B40153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.44%

R = 68.18%
G = 0.38%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B40153 (or 0xB40153) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 53. RGB value is (180,1,83). Sum of RGB (Red+Green+Blue) = 180+1+83=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B40153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40153 is #4BFEAC. Grayscale: #3F3F3F. Windows color (decimal): -4980397 or 5439924. OLE color: 5439924.

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

Color convert

RGB 180 1 83 -
CMYK 0 0.99 0.54 0.29
HSL 332.51º 0.99% 0.35% -
HSV(B) 332.51º 0.99% 0.71% -
XYZ 20.39 10.35 9.11 -
YUV 63.87 138.8 210.83 -
System Red Green Blue C M Y K H S L
Decimal 180 1 83 0 0.99 0.54 0.29 332.51 0.99 0.35
Hex B4 1 53 0 63 36 1D 14D 63 23
Octal 264 1 123 0 143 66 35 515 143 43
Binary 10110100 1 1010011 0 1100011 110110 11101 101001101 1100011 100011

Color Harmonies of #B40153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40153

Black with #B40153

Text Example


Text Example

White with #B40153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40153; }

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

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

background-color css

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

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

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

border-color css

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

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

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