Html Css Color HEX #B30143 Jazzberry Jam

📋 copy color: '#B30143'

red 179 ◦ green 1 ◦ blue 67

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

Shades of Jazzberry Jam #B30143

Tints of Jazzberry Jam #B30143

RGB

 RED value IS 179 (70.31% from 255) = 72.47%

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

 BLUE value IS 67 (26.56% from 255) = 27.13%

R = 72.47%
G = 0.4%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B30143 (or 0xB30143) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 43. RGB value is (179,1,67). Sum of RGB (Red+Green+Blue) = 179+1+67=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B30143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30143 is #4CFEBC. Grayscale: #3D3D3D. Windows color (decimal): -5045949 or 4391347. OLE color: 4391347.

HSL color Cylindrical-coordinate representation of color #B30143: hue angle of 337.75º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30143 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 1 67 -
CMYK 0 0.99 0.63 0.30
HSL 337.75º 0.99% 0.35% -
HSV(B) 337.75º 0.99% 0.7% -
XYZ 19.61 10.01 6.21 -
YUV 61.75 130.97 211.63 -
System Red Green Blue C M Y K H S L
Decimal 179 1 67 0 0.99 0.63 0.30 337.75 0.99 0.35
Hex B3 1 43 0 63 3F 1E 152 63 23
Octal 263 1 103 0 143 77 36 522 143 43
Binary 10110011 1 1000011 0 1100011 111111 11110 101010010 1100011 100011

Color Harmonies of #B30143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30143

Black with #B30143

Text Example


Text Example

White with #B30143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30143; }

 p { color: rgb(179,1,67); }

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

background-color css

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

 a { background-color: rgb(179,1,67); }

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

border-color css

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

 span { border-color: rgb(179,1,67); }

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