Html Css Color HEX #B40B68 Jazzberry Jam

📋 copy color: '#B40B68'

red 180 ◦ green 11 ◦ blue 104

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

Shades of Jazzberry Jam #B40B68

Tints of Jazzberry Jam #B40B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.73%

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 61.02%
G = 3.73%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B40B68 (or 0xB40B68) is known color: Jazzberry Jam. HEX triplet: B4, 0B and 68. RGB value is (180,11,104). Sum of RGB (Red+Green+Blue) = 180+11+104=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40B68 is #4BF497. Grayscale: #474747. Windows color (decimal): -4977816 or 6818740. OLE color: 6818740.

HSL color Cylindrical-coordinate representation of color #B40B68: hue angle of 326.98º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40B68 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 11 104 -
CMYK 0 0.94 0.42 0.29
HSL 326.98º 0.88% 0.37% -
HSV(B) 326.98º 0.94% 0.71% -
XYZ 21.44 10.94 14.08 -
YUV 72.13 145.99 204.94 -
System Red Green Blue C M Y K H S L
Decimal 180 11 104 0 0.94 0.42 0.29 326.98 0.88 0.37
Hex B4 B 68 0 5E 2A 1D 147 58 25
Octal 264 13 150 0 136 52 35 507 130 45
Binary 10110100 1011 1101000 0 1011110 101010 11101 101000111 1011000 100101

Color Harmonies of #B40B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40B68

Black with #B40B68

Text Example


Text Example

White with #B40B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40B68; }

 p { color: rgb(180,11,104); }

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

background-color css

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

 a { background-color: rgb(180,11,104); }

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

border-color css

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

 span { border-color: rgb(180,11,104); }

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