Html Css Color HEX #B00148 Jazzberry Jam

📋 copy color: '#B00148'

red 176 ◦ green 1 ◦ blue 72

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

Shades of Jazzberry Jam #B00148

Tints of Jazzberry Jam #B00148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 70.68%
G = 0.4%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B00148 (or 0xB00148) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 48. RGB value is (176,1,72). Sum of RGB (Red+Green+Blue) = 176+1+72=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B00148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00148 is #4FFEB7. Grayscale: #3D3D3D. Windows color (decimal): -5242552 or 4719024. OLE color: 4719024.

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

Color convert

RGB 176 1 72 -
CMYK 0 0.99 0.59 0.31
HSL 335.66º 0.99% 0.35% -
HSV(B) 335.66º 0.99% 0.69% -
XYZ 19.09 9.72 7 -
YUV 61.42 133.98 209.73 -
System Red Green Blue C M Y K H S L
Decimal 176 1 72 0 0.99 0.59 0.31 335.66 0.99 0.35
Hex B0 1 48 0 63 3B 1F 150 63 23
Octal 260 1 110 0 143 73 37 520 143 43
Binary 10110000 1 1001000 0 1100011 111011 11111 101010000 1100011 100011

Color Harmonies of #B00148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00148

Black with #B00148

Text Example


Text Example

White with #B00148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00148; }

 p { color: rgb(176,1,72); }

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

background-color css

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

 a { background-color: rgb(176,1,72); }

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

border-color css

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

 span { border-color: rgb(176,1,72); }

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