Html Css Color HEX #350447 Blackcurrant

📋 copy color: '#350447'

red 53 ◦ green 4 ◦ blue 71

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

Shades of Blackcurrant #350447

Tints of Blackcurrant #350447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.13%

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

R = 41.41%
G = 3.13%
B = 55.47%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350447 (or 0x350447) is known color: Blackcurrant. HEX triplet: 35, 04 and 47. RGB value is (53,4,71). Sum of RGB (Red+Green+Blue) = 53+4+71=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #350447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350447 is #CAFBB8. Grayscale: #1A1A1A. Windows color (decimal): -13302713 or 4654133. OLE color: 4654133.

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

Color convert

RGB 53 4 71 -
CMYK 0.25 0.94 0 0.72
HSL 283.88º 0.89% 0.15% -
HSV(B) 283.88º 0.94% 0.28% -
XYZ 2.65 1.3 6.07 -
YUV 26.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 53 4 71 0.25 0.94 0 0.72 283.88 0.89 0.15
Hex 35 4 47 19 5E 0 48 11C 59 F
Octal 65 4 107 31 136 0 110 434 131 17
Binary 110101 100 1000111 11001 1011110 0 1001000 100011100 1011001 1111

Color Harmonies of #350447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350447

Black with #350447

Text Example


Text Example

White with #350447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350447; }

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

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

background-color css

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

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

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

border-color css

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

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

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