Html Css Color HEX #B30C5A Jazzberry Jam

📋 copy color: '#B30C5A'

red 179 ◦ green 12 ◦ blue 90

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

Shades of Jazzberry Jam #B30C5A

Tints of Jazzberry Jam #B30C5A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 63.7%
G = 4.27%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B30C5A (or 0xB30C5A) is known color: Jazzberry Jam. HEX triplet: B3, 0C and 5A. RGB value is (179,12,90). Sum of RGB (Red+Green+Blue) = 179+12+90=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C5A is #4CF3A5. Grayscale: #464646. Windows color (decimal): -5043110 or 5901491. OLE color: 5901491.

HSL color Cylindrical-coordinate representation of color #B30C5A: hue angle of 331.98º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30C5A is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 12 90 -
CMYK 0 0.93 0.50 0.30
HSL 331.98º 0.87% 0.37% -
HSV(B) 331.98º 0.93% 0.7% -
XYZ 20.57 10.58 10.63 -
YUV 70.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 179 12 90 0 0.93 0.50 0.30 331.98 0.87 0.37
Hex B3 C 5A 0 5D 32 1E 14C 57 25
Octal 263 14 132 0 135 62 36 514 127 45
Binary 10110011 1100 1011010 0 1011101 110010 11110 101001100 1010111 100101

Color Harmonies of #B30C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C5A

Black with #B30C5A

Text Example


Text Example

White with #B30C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C5A; }

 p { color: rgb(179,12,90); }

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

background-color css

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

 a { background-color: rgb(179,12,90); }

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

border-color css

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

 span { border-color: rgb(179,12,90); }

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