Html Css Color HEX #350249 Blackcurrant

📋 copy color: '#350249'

red 53 ◦ green 2 ◦ blue 73

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

Shades of Blackcurrant #350249

Tints of Blackcurrant #350249

RGB

 RED value IS 53 (21.09% from 255) = 41.41%

 GREEN value IS 2 (1.17% from 255) = 1.56%

 BLUE value IS 73 (28.91% from 255) = 57.03%

R = 41.41%
G = 1.56%
B = 57.03%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#350249 (or 0x350249) is known color: Blackcurrant. HEX triplet: 35, 02 and 49. RGB value is (53,2,73). Sum of RGB (Red+Green+Blue) = 53+2+73=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #350249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350249 is #CAFDB6. Grayscale: #191919. Windows color (decimal): -13303223 or 4784693. OLE color: 4784693.

HSL color Cylindrical-coordinate representation of color #350249: hue angle of 283.1º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #350249 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 2 73 -
CMYK 0.27 0.97 0 0.71
HSL 283.1º 0.95% 0.15% -
HSV(B) 283.1º 0.97% 0.29% -
XYZ 2.69 1.28 6.41 -
YUV 25.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 53 2 73 0.27 0.97 0 0.71 283.1 0.95 0.15
Hex 35 2 49 1B 61 0 47 11B 5F F
Octal 65 2 111 33 141 0 107 433 137 17
Binary 110101 10 1001001 11011 1100001 0 1000111 100011011 1011111 1111

Color Harmonies of #350249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350249

Black with #350249

Text Example


Text Example

White with #350249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350249; }

 p { color: rgb(53,2,73); }

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

background-color css

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

 a { background-color: rgb(53,2,73); }

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

border-color css

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

 span { border-color: rgb(53,2,73); }

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