Html Css Color HEX #350347 Blackcurrant

📋 copy color: '#350347'

red 53 ◦ green 3 ◦ blue 71

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

Shades of Blackcurrant #350347

Tints of Blackcurrant #350347

RGB

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

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

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

R = 41.73%
G = 2.36%
B = 55.91%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350347 (or 0x350347) is known color: Blackcurrant. HEX triplet: 35, 03 and 47. RGB value is (53,3,71). Sum of RGB (Red+Green+Blue) = 53+3+71=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #350347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350347 is #CAFCB8. Grayscale: #191919. Windows color (decimal): -13302969 or 4653877. OLE color: 4653877.

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

Color convert

RGB 53 3 71 -
CMYK 0.25 0.96 0 0.72
HSL 284.12º 0.92% 0.15% -
HSV(B) 284.12º 0.96% 0.28% -
XYZ 2.64 1.28 6.07 -
YUV 25.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 53 3 71 0.25 0.96 0 0.72 284.12 0.92 0.15
Hex 35 3 47 19 60 0 48 11C 5C F
Octal 65 3 107 31 140 0 110 434 134 17
Binary 110101 11 1000111 11001 1100000 0 1001000 100011100 1011100 1111

Color Harmonies of #350347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350347

Black with #350347

Text Example


Text Example

White with #350347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350347; }

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

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

background-color css

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

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

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

border-color css

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

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

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