Html Css Color HEX #B30967 Jazzberry Jam

📋 copy color: '#B30967'

red 179 ◦ green 9 ◦ blue 103

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

Shades of Jazzberry Jam #B30967

Tints of Jazzberry Jam #B30967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

 BLUE value IS 103 (40.63% from 255) = 35.4%

R = 61.51%
G = 3.09%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B30967 (or 0xB30967) is known color: Jazzberry Jam. HEX triplet: B3, 09 and 67. RGB value is (179,9,103). Sum of RGB (Red+Green+Blue) = 179+9+103=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B30967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30967 is #4CF698. Grayscale: #464646. Windows color (decimal): -5043865 or 6752691. OLE color: 6752691.

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

Color convert

RGB 179 9 103 -
CMYK 0 0.95 0.42 0.30
HSL 326.82º 0.9% 0.37% -
HSV(B) 326.82º 0.95% 0.7% -
XYZ 21.14 10.76 13.79 -
YUV 70.55 146.32 205.36 -
System Red Green Blue C M Y K H S L
Decimal 179 9 103 0 0.95 0.42 0.30 326.82 0.9 0.37
Hex B3 9 67 0 5F 2A 1E 147 5A 25
Octal 263 11 147 0 137 52 36 507 132 45
Binary 10110011 1001 1100111 0 1011111 101010 11110 101000111 1011010 100101

Color Harmonies of #B30967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30967

Black with #B30967

Text Example


Text Example

White with #B30967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30967; }

 p { color: rgb(179,9,103); }

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

background-color css

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

 a { background-color: rgb(179,9,103); }

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

border-color css

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

 span { border-color: rgb(179,9,103); }

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