Html Css Color HEX #B01768 Jazzberry Jam

📋 copy color: '#B01768'

red 176 ◦ green 23 ◦ blue 104

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

Shades of Jazzberry Jam #B01768

Tints of Jazzberry Jam #B01768

RGB

 RED value IS 176 (69.14% from 255) = 58.09%

 GREEN value IS 23 (9.38% from 255) = 7.59%

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

R = 58.09%
G = 7.59%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B01768 (or 0xB01768) is known color: Jazzberry Jam. HEX triplet: B0, 17 and 68. RGB value is (176,23,104). Sum of RGB (Red+Green+Blue) = 176+23+104=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B01768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01768 is #4FE897. Grayscale: #4D4D4D. Windows color (decimal): -5236888 or 6821808. OLE color: 6821808.

HSL color Cylindrical-coordinate representation of color #B01768: hue angle of 328.24º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01768 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 23 104 -
CMYK 0 0.87 0.41 0.31
HSL 328.24º 0.77% 0.39% -
HSV(B) 328.24º 0.87% 0.69% -
XYZ 20.71 10.84 14.1 -
YUV 77.98 142.69 197.91 -
System Red Green Blue C M Y K H S L
Decimal 176 23 104 0 0.87 0.41 0.31 328.24 0.77 0.39
Hex B0 17 68 0 57 29 1F 148 4D 27
Octal 260 27 150 0 127 51 37 510 115 47
Binary 10110000 10111 1101000 0 1010111 101001 11111 101001000 1001101 100111

Color Harmonies of #B01768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01768

Black with #B01768

Text Example


Text Example

White with #B01768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01768; }

 p { color: rgb(176,23,104); }

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

background-color css

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

 a { background-color: rgb(176,23,104); }

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

border-color css

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

 span { border-color: rgb(176,23,104); }

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