Html Css Color HEX #350543 Blackcurrant

📋 copy color: '#350543'

red 53 ◦ green 5 ◦ blue 67

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

Shades of Blackcurrant #350543

Tints of Blackcurrant #350543

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4%

 BLUE value IS 67 (26.56% from 255) = 53.6%

R = 42.4%
G = 4%
B = 53.6%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#350543 (or 0x350543) is known color: Blackcurrant. HEX triplet: 35, 05 and 43. RGB value is (53,5,67). Sum of RGB (Red+Green+Blue) = 53+5+67=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 67 (26.56% from 255 or 53.6% from 125); Max value from RGB is 67 - color contains mainly: blue. Hex color #350543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350543 is #CAFABC. Grayscale: #1A1A1A. Windows color (decimal): -13302461 or 4392245. OLE color: 4392245.

HSL color Cylindrical-coordinate representation of color #350543: hue angle of 286.45º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350543 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 5 67 -
CMYK 0.21 0.93 0 0.74
HSL 286.45º 0.86% 0.14% -
HSV(B) 286.45º 0.93% 0.26% -
XYZ 2.54 1.27 5.42 -
YUV 26.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 53 5 67 0.21 0.93 0 0.74 286.45 0.86 0.14
Hex 35 5 43 15 5D 0 4A 11E 56 E
Octal 65 5 103 25 135 0 112 436 126 16
Binary 110101 101 1000011 10101 1011101 0 1001010 100011110 1010110 1110

Color Harmonies of #350543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350543

Black with #350543

Text Example


Text Example

White with #350543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350543; }

 p { color: rgb(53,5,67); }

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

background-color css

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

 a { background-color: rgb(53,5,67); }

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

border-color css

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

 span { border-color: rgb(53,5,67); }

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