Html Css Color HEX #B0003E Jazzberry Jam

📋 copy color: '#B0003E'

red 176 ◦ green 0 ◦ blue 62

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

Shades of Jazzberry Jam #B0003E

Tints of Jazzberry Jam #B0003E

RGB

 RED value IS 176 (69.14% from 255) = 73.95%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 62 (24.61% from 255) = 26.05%

R = 73.95%
G = 0%
B = 26.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0003E (or 0xB0003E) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 3E. RGB value is (176,0,62). Sum of RGB (Red+Green+Blue) = 176+0+62=238 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.95% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 176 - color contains mainly: red. Hex color #B0003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0003E is #4FFFC1. Grayscale: #3B3B3B. Windows color (decimal): -5242818 or 4063408. OLE color: 4063408.

HSL color Cylindrical-coordinate representation of color #B0003E: hue angle of 338.86º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0003E is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 0 62 -
CMYK 0 1 0.65 0.31
HSL 338.86º 1% 0.35% -
HSV(B) 338.86º 1% 0.69% -
XYZ 18.77 9.58 5.42 -
YUV 59.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 176 0 62 0 1 0.65 0.31 338.86 1 0.35
Hex B0 0 3E 0 64 41 1F 153 64 23
Octal 260 0 76 0 144 101 37 523 144 43
Binary 10110000 0 111110 0 1100100 1000001 11111 101010011 1100100 100011

Color Harmonies of #B0003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0003E

Black with #B0003E

Text Example


Text Example

White with #B0003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0003E; }

 p { color: rgb(176,0,62); }

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

background-color css

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

 a { background-color: rgb(176,0,62); }

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

border-color css

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

 span { border-color: rgb(176,0,62); }

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