Html Css Color HEX #C0035B Jazzberry Jam

📋 copy color: '#C0035B'

red 192 ◦ green 3 ◦ blue 91

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

Shades of Jazzberry Jam #C0035B

Tints of Jazzberry Jam #C0035B

RGB

 RED value IS 192 (75.39% from 255) = 67.13%

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 67.13%
G = 1.05%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0035B (or 0xC0035B) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 5B. RGB value is (192,3,91). Sum of RGB (Red+Green+Blue) = 192+3+91=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C0035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0035B is #3FFCA4. Grayscale: #454545. Windows color (decimal): -4193445 or 5964736. OLE color: 5964736.

HSL color Cylindrical-coordinate representation of color #C0035B: hue angle of 332.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0035B is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 91 -
CMYK 0 0.98 0.53 0.25
HSL 332.06º 0.97% 0.38% -
HSV(B) 332.06º 0.98% 0.75% -
XYZ 23.66 12.03 10.97 -
YUV 69.54 140.12 215.34 -
System Red Green Blue C M Y K H S L
Decimal 192 3 91 0 0.98 0.53 0.25 332.06 0.97 0.38
Hex C0 3 5B 0 62 35 19 14C 61 26
Octal 300 3 133 0 142 65 31 514 141 46
Binary 11000000 11 1011011 0 1100010 110101 11001 101001100 1100001 100110

Color Harmonies of #C0035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0035B

Black with #C0035B

Text Example


Text Example

White with #C0035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0035B; }

 p { color: rgb(192,3,91); }

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

background-color css

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

 a { background-color: rgb(192,3,91); }

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

border-color css

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

 span { border-color: rgb(192,3,91); }

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