Html Css Color HEX #B30C5C Jazzberry Jam

📋 copy color: '#B30C5C'

red 179 ◦ green 12 ◦ blue 92

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

Shades of Jazzberry Jam #B30C5C

Tints of Jazzberry Jam #B30C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 63.25%
G = 4.24%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B30C5C (or 0xB30C5C) is known color: Jazzberry Jam. HEX triplet: B3, 0C and 5C. RGB value is (179,12,92). Sum of RGB (Red+Green+Blue) = 179+12+92=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C5C is #4CF3A3. Grayscale: #464646. Windows color (decimal): -5043108 or 6032563. OLE color: 6032563.

HSL color Cylindrical-coordinate representation of color #B30C5C: hue angle of 331.26º 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 #B30C5C is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 12 92 -
CMYK 0 0.93 0.49 0.30
HSL 331.26º 0.87% 0.37% -
HSV(B) 331.26º 0.93% 0.7% -
XYZ 20.65 10.62 11.09 -
YUV 71.05 139.83 205 -
System Red Green Blue C M Y K H S L
Decimal 179 12 92 0 0.93 0.49 0.30 331.26 0.87 0.37
Hex B3 C 5C 0 5D 31 1E 14B 57 25
Octal 263 14 134 0 135 61 36 513 127 45
Binary 10110011 1100 1011100 0 1011101 110001 11110 101001011 1010111 100101

Color Harmonies of #B30C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C5C

Black with #B30C5C

Text Example


Text Example

White with #B30C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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