Html Css Color HEX #B1024B Jazzberry Jam

📋 copy color: '#B1024B'

red 177 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #B1024B

Tints of Jazzberry Jam #B1024B

RGB

 RED value IS 177 (69.53% from 255) = 69.69%

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

 BLUE value IS 75 (29.69% from 255) = 29.53%

R = 69.69%
G = 0.79%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1024B (or 0xB1024B) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 4B. RGB value is (177,2,75). Sum of RGB (Red+Green+Blue) = 177+2+75=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B1024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1024B is #4EFDB4. Grayscale: #3E3E3E. Windows color (decimal): -5176757 or 4915889. OLE color: 4915889.

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

Color convert

RGB 177 2 75 -
CMYK 0 0.99 0.58 0.31
HSL 334.97º 0.98% 0.35% -
HSV(B) 334.97º 0.99% 0.69% -
XYZ 19.42 9.9 7.54 -
YUV 62.65 134.98 209.56 -
System Red Green Blue C M Y K H S L
Decimal 177 2 75 0 0.99 0.58 0.31 334.97 0.98 0.35
Hex B1 2 4B 0 63 3A 1F 14F 62 23
Octal 261 2 113 0 143 72 37 517 142 43
Binary 10110001 10 1001011 0 1100011 111010 11111 101001111 1100010 100011

Color Harmonies of #B1024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1024B

Black with #B1024B

Text Example


Text Example

White with #B1024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1024B; }

 p { color: rgb(177,2,75); }

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

background-color css

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

 a { background-color: rgb(177,2,75); }

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

border-color css

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

 span { border-color: rgb(177,2,75); }

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