Html Css Color HEX #B00271 Jazzberry Jam

📋 copy color: '#B00271'

red 176 ◦ green 2 ◦ blue 113

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

Shades of Jazzberry Jam #B00271

Tints of Jazzberry Jam #B00271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.83%

R = 60.48%
G = 0.69%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B00271 (or 0xB00271) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 71. RGB value is (176,2,113). Sum of RGB (Red+Green+Blue) = 176+2+113=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B00271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00271 is #4FFD8E. Grayscale: #424242. Windows color (decimal): -5242255 or 7406256. OLE color: 7406256.

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

Color convert

RGB 176 2 113 -
CMYK 0 0.99 0.36 0.31
HSL 321.72º 0.98% 0.35% -
HSV(B) 321.72º 0.99% 0.69% -
XYZ 20.91 10.47 16.54 -
YUV 66.68 154.15 205.97 -
System Red Green Blue C M Y K H S L
Decimal 176 2 113 0 0.99 0.36 0.31 321.72 0.98 0.35
Hex B0 2 71 0 63 24 1F 142 62 23
Octal 260 2 161 0 143 44 37 502 142 43
Binary 10110000 10 1110001 0 1100011 100100 11111 101000010 1100010 100011

Color Harmonies of #B00271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00271

Black with #B00271

Text Example


Text Example

White with #B00271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00271; }

 p { color: rgb(176,2,113); }

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

background-color css

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

 a { background-color: rgb(176,2,113); }

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

border-color css

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

 span { border-color: rgb(176,2,113); }

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