Html Css Color HEX #350247 Blackcurrant

📋 copy color: '#350247'

red 53 ◦ green 2 ◦ blue 71

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

Shades of Blackcurrant #350247

Tints of Blackcurrant #350247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 56.35%

R = 42.06%
G = 1.59%
B = 56.35%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350247 (or 0x350247) is known color: Blackcurrant. HEX triplet: 35, 02 and 47. RGB value is (53,2,71). Sum of RGB (Red+Green+Blue) = 53+2+71=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #350247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350247 is #CAFDB8. Grayscale: #181818. Windows color (decimal): -13303225 or 4653621. OLE color: 4653621.

HSL color Cylindrical-coordinate representation of color #350247: hue angle of 284.35º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #350247 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 2 71 -
CMYK 0.25 0.97 0 0.72
HSL 284.35º 0.95% 0.14% -
HSV(B) 284.35º 0.97% 0.28% -
XYZ 2.63 1.26 6.07 -
YUV 25.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 53 2 71 0.25 0.97 0 0.72 284.35 0.95 0.14
Hex 35 2 47 19 61 0 48 11C 5F E
Octal 65 2 107 31 141 0 110 434 137 16
Binary 110101 10 1000111 11001 1100001 0 1001000 100011100 1011111 1110

Color Harmonies of #350247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350247

Black with #350247

Text Example


Text Example

White with #350247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350247; }

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

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

background-color css

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

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

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

border-color css

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

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

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