Html Css Color HEX #B30D6D Jazzberry Jam

📋 copy color: '#B30D6D'

red 179 ◦ green 13 ◦ blue 109

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

Shades of Jazzberry Jam #B30D6D

Tints of Jazzberry Jam #B30D6D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.32%

 BLUE value IS 109 (42.97% from 255) = 36.21%

R = 59.47%
G = 4.32%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B30D6D (or 0xB30D6D) is known color: Jazzberry Jam. HEX triplet: B3, 0D and 6D. RGB value is (179,13,109). Sum of RGB (Red+Green+Blue) = 179+13+109=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30D6D is #4CF292. Grayscale: #494949. Windows color (decimal): -5042835 or 7146931. OLE color: 7146931.

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

Color convert

RGB 179 13 109 -
CMYK 0 0.93 0.39 0.30
HSL 325.3º 0.86% 0.38% -
HSV(B) 325.3º 0.93% 0.7% -
XYZ 21.49 10.98 15.45 -
YUV 73.58 148 203.19 -
System Red Green Blue C M Y K H S L
Decimal 179 13 109 0 0.93 0.39 0.30 325.3 0.86 0.38
Hex B3 D 6D 0 5D 27 1E 145 56 26
Octal 263 15 155 0 135 47 36 505 126 46
Binary 10110011 1101 1101101 0 1011101 100111 11110 101000101 1010110 100110

Color Harmonies of #B30D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30D6D

Black with #B30D6D

Text Example


Text Example

White with #B30D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30D6D; }

 p { color: rgb(179,13,109); }

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

background-color css

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

 a { background-color: rgb(179,13,109); }

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

border-color css

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

 span { border-color: rgb(179,13,109); }

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