Html Css Color HEX #350147 Blackcurrant

📋 copy color: '#350147'

red 53 ◦ green 1 ◦ blue 71

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

Shades of Blackcurrant #350147

Tints of Blackcurrant #350147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

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

R = 42.4%
G = 0.8%
B = 56.8%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350147 (or 0x350147) is known color: Blackcurrant. HEX triplet: 35, 01 and 47. RGB value is (53,1,71). Sum of RGB (Red+Green+Blue) = 53+1+71=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #350147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350147 is #CAFEB8. Grayscale: #181818. Windows color (decimal): -13303481 or 4653365. OLE color: 4653365.

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

Color convert

RGB 53 1 71 -
CMYK 0.25 0.99 0 0.72
HSL 284.57º 0.97% 0.14% -
HSV(B) 284.57º 0.99% 0.28% -
XYZ 2.62 1.23 6.06 -
YUV 24.53 154.23 148.31 -
System Red Green Blue C M Y K H S L
Decimal 53 1 71 0.25 0.99 0 0.72 284.57 0.97 0.14
Hex 35 1 47 19 63 0 48 11D 61 E
Octal 65 1 107 31 143 0 110 435 141 16
Binary 110101 1 1000111 11001 1100011 0 1001000 100011101 1100001 1110

Color Harmonies of #350147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350147

Black with #350147

Text Example


Text Example

White with #350147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350147; }

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

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

background-color css

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

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

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

border-color css

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

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

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